0.47.0
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.