clemens-smartparking

Results 4 comments of clemens-smartparking

I debugged it a bit further. In `lib/helpers/json-schema.js`: ``` if (schema.items.type === "string") { // Validate the array against the schema BEFORE parsing the items jsonValidate(schema, parsedValue, propPath); } //...

I just planned to update the error for unique_violation. Looking at your examples, what is the easiest way to get `error`, `details`, `hint`? or do I have to see what...

With the changes from pgsql-ast-parser this issue should be resolved. Any plans to publish a new npm version soon?