Skip to content

Commit

Permalink
Merge pull request #3 from sunaoka/create-pull-request/patch
Browse files Browse the repository at this point in the history
Add SQL_JSON_ITEM_CANNOT_BE_CAST_TO_TARGET_TYPE
  • Loading branch information
sunaoka authored Jul 19, 2022
2 parents 1b51b92 + e044f65 commit 34051ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PostgresError.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class PostgresError
const TOO_MANY_JSON_ARRAY_ELEMENTS = '2203D';
const TOO_MANY_JSON_OBJECT_MEMBERS = '2203E';
const SQL_JSON_SCALAR_REQUIRED = '2203F';
const SQL_JSON_ITEM_CANNOT_BE_CAST_TO_TARGET_TYPE = '2203G';

// Class 23 - Integrity Constraint Violation
const INTEGRITY_CONSTRAINT_VIOLATION = '23000';
Expand Down

0 comments on commit 34051ff

Please sign in to comment.