Skip to content

Commit 27ea5d9

Browse files
authored
Merge pull request #684 from vilterp/add-seq-exceeded
add error code "sequence_generator_limit_exceeded"
2 parents 83612a5 + 2eda755 commit 27ea5d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

error.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ var errorCodeNames = map[ErrorCode]string{
153153
"22004": "null_value_not_allowed",
154154
"22002": "null_value_no_indicator_parameter",
155155
"22003": "numeric_value_out_of_range",
156+
"2200H": "sequence_generator_limit_exceeded",
156157
"22026": "string_data_length_mismatch",
157158
"22001": "string_data_right_truncation",
158159
"22011": "substring_error",

0 commit comments

Comments
 (0)