File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 152
152
E2203D,
153
153
E2203E,
154
154
E2203F,
155
+ E2203G,
155
156
E23000,
156
157
E23001,
157
158
E23502,
@@ -473,6 +474,7 @@ const SqlJsonObjectNotFound = PQResultError{C22,E2203C}
473
474
const TooManyJsonArrayElements = PQResultError{C22,E2203D}
474
475
const TooManyJsonObjectMembers = PQResultError{C22,E2203E}
475
476
const SqlJsonScalarRequired = PQResultError{C22,E2203F}
477
+ const SqlJsonItemCannotBeCastToTargetType = PQResultError{C22,E2203G}
476
478
477
479
# IntegrityConstraintViolation
478
480
const IntegrityConstraintViolationErrorClass = PQResultError{C23}
@@ -851,6 +853,7 @@ const ERROR_NAMES = Dict(
851
853
TooManyJsonArrayElements => " TooManyJsonArrayElements" ,
852
854
TooManyJsonObjectMembers => " TooManyJsonObjectMembers" ,
853
855
SqlJsonScalarRequired => " SqlJsonScalarRequired" ,
856
+ SqlJsonItemCannotBeCastToTargetType => " SqlJsonItemCannotBeCastToTargetType" ,
854
857
IntegrityConstraintViolation => " IntegrityConstraintViolation" ,
855
858
RestrictViolation => " RestrictViolation" ,
856
859
NotNullViolation => " NotNullViolation" ,
You can’t perform that action at this time.
0 commit comments