summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/lib/pq/error.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/lib/pq/error.go')
-rw-r--r--vendor/github.com/lib/pq/error.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/lib/pq/error.go b/vendor/github.com/lib/pq/error.go
index b4bb44cee..6928d9670 100644
--- a/vendor/github.com/lib/pq/error.go
+++ b/vendor/github.com/lib/pq/error.go
@@ -153,6 +153,7 @@ var errorCodeNames = map[ErrorCode]string{
"22004": "null_value_not_allowed",
"22002": "null_value_no_indicator_parameter",
"22003": "numeric_value_out_of_range",
+ "2200H": "sequence_generator_limit_exceeded",
"22026": "string_data_length_mismatch",
"22001": "string_data_right_truncation",
"22011": "substring_error",