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 152152 E2203D,
153153 E2203E,
154154 E2203F,
155+ E2203G,
155156 E23000,
156157 E23001,
157158 E23502,
@@ -473,6 +474,7 @@ const SqlJsonObjectNotFound = PQResultError{C22,E2203C}
473474const TooManyJsonArrayElements = PQResultError{C22,E2203D}
474475const TooManyJsonObjectMembers = PQResultError{C22,E2203E}
475476const SqlJsonScalarRequired = PQResultError{C22,E2203F}
477+ const SqlJsonItemCannotBeCastToTargetType = PQResultError{C22,E2203G}
476478
477479# IntegrityConstraintViolation
478480const IntegrityConstraintViolationErrorClass = PQResultError{C23}
@@ -851,6 +853,7 @@ const ERROR_NAMES = Dict(
851853 TooManyJsonArrayElements => " TooManyJsonArrayElements" ,
852854 TooManyJsonObjectMembers => " TooManyJsonObjectMembers" ,
853855 SqlJsonScalarRequired => " SqlJsonScalarRequired" ,
856+ SqlJsonItemCannotBeCastToTargetType => " SqlJsonItemCannotBeCastToTargetType" ,
854857 IntegrityConstraintViolation => " IntegrityConstraintViolation" ,
855858 RestrictViolation => " RestrictViolation" ,
856859 NotNullViolation => " NotNullViolation" ,
You can’t perform that action at this time.
0 commit comments