8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b51b92 + e044f65 commit 34051ffCopy full SHA for 34051ff
src/PostgresError.php
@@ -131,6 +131,7 @@ class PostgresError
131
const TOO_MANY_JSON_ARRAY_ELEMENTS = '2203D';
132
const TOO_MANY_JSON_OBJECT_MEMBERS = '2203E';
133
const SQL_JSON_SCALAR_REQUIRED = '2203F';
134
+ const SQL_JSON_ITEM_CANNOT_BE_CAST_TO_TARGET_TYPE = '2203G';
135
136
// Class 23 - Integrity Constraint Violation
137
const INTEGRITY_CONSTRAINT_VIOLATION = '23000';
0 commit comments