Skip to content

Commit

Permalink
feat: add INVALID_ARGUMENT_FOR_XQUERY (10608) (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
github-actions[bot] and actions-user authored Oct 1, 2024
1 parent 9c61bf1 commit e14399a
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 @@ -57,6 +57,8 @@ export enum PostgresError {
DIAGNOSTICS_EXCEPTION = "0Z000",
/** Class 0Z - Diagnostics Exception: [E] stacked_diagnostics_accessed_without_active_handler */
STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER = "0Z002",
/** Class 10 - XQuery Error: [E] invalid_argument_for_xquery */
INVALID_ARGUMENT_FOR_XQUERY = "10608",
/** Class 20 - Case Not Found: [E] case_not_found */
CASE_NOT_FOUND = "20000",
/** Class 21 - Cardinality Violation: [E] cardinality_violation */
Expand Down

0 comments on commit e14399a

Please sign in to comment.