10000 Update Error Code · sunaoka/php-postgresql-errors@e044f65 · GitHub
[go: up one dir, main page]

Skip to content

Commit e044f65

Browse files
authored
Update Error Code
1 parent 1b51b92 commit e044f65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PostgresError.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ class PostgresError
131131
const TOO_MANY_JSON_ARRAY_ELEMENTS = '2203D';
132132
const TOO_MANY_JSON_OBJECT_MEMBERS = '2203E';
133133
const SQL_JSON_SCALAR_REQUIRED = '2203F';
134+
const SQL_JSON_ITEM_CANNOT_BE_CAST_TO_TARGET_TYPE = '2203G';
134135

135136
// Class 23 - Integrity Constraint Violation
136137
const INTEGRITY_CONSTRAINT_VIOLATION = '23000';

0 commit comments

Comments
 (0)
0