8000 Merge pull request #3 from sunaoka/create-pull-request/patch · sunaoka/php-postgresql-errors@34051ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 34051ff

Browse files
authored
Merge pull request #3 from sunaoka/create-pull-request/patch
Add SQL_JSON_ITEM_CANNOT_BE_CAST_TO_TARGET_TYPE
2 parents 1b51b92 + e044f65 commit 34051ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PostgresError.php

+1
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