Skip to content

0.47.0

Compare
Choose a tag to compare
@dantownsend dantownsend released this 02 Sep 11:08
· 84 commits to master since this release

PiccoloCRUD now handles database exceptions better. If a query fails due to a unique constraint, a 422 response code is returned, along with information about the error.

This means Piccolo Admin will show more useful debugging information when a query fails.

Thanks to @ethagnawl for reporting this issue, and @sinisaos for help prototyping a solution.