Skip to content

Commit

Permalink
Sync with latest Postgres Errors (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nihalgonsalves committed Oct 1, 2019
1 parent 0f95075 commit daf6b65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PostgresError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ export enum PostgresError {
INVALID_XML_PROCESSING_INSTRUCTION = '2200T',
/** Class 22 - Data Exception: [E] duplicate_json_object_key_value */
DUPLICATE_JSON_OBJECT_KEY_VALUE = '22030',
/** Class 22 - Data Exception: [E] invalid_argument_for_json_datetime_function */
INVALID_ARGUMENT_FOR_JSON_DATETIME_FUNCTION = '22031',
/** Class 22 - Data Exception: [E] invalid_json_text */
INVALID_JSON_TEXT = '22032',
/** Class 22 - Data Exception: [E] invalid_sql_json_subscript */
Expand Down

0 comments on commit daf6b65

Please sign in to comment.