Skip to content

Commit

Permalink
Update error messages from FB 5.0.0.1272
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Nov 23, 2023
1 parent fd5ede6 commit 0238e9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/org/firebirdsql/gds/ISCConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ public interface ISCConstants {
int isc_overriding_without_identity = 335545134;
int isc_overriding_system_invalid = 335545135;
int isc_overriding_user_invalid = 335545136;
int isc_overriding_system_missing = 335545137;
int isc_overriding_missing = 335545137;
int isc_decprecision_err = 335545138;
int isc_decfloat_divide_by_zero = 335545139;
int isc_decfloat_inexact_result = 335545140;
Expand Down
4 changes: 3 additions & 1 deletion src/resources/isc_error_msg.properties
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
335545134=OVERRIDING clause can be used only when an identity column is present in the INSERT's field list for table/view {0}
335545135=OVERRIDING SYSTEM VALUE can be used only for identity column defined as 'GENERATED ALWAYS' in INSERT for table/view {0}
335545136=OVERRIDING USER VALUE can be used only for identity column defined as 'GENERATED BY DEFAULT' in INSERT for table/view {0}
335545137=OVERRIDING SYSTEM VALUE should be used to override the value of an identity column defined as 'GENERATED ALWAYS' in table/view {0}
335545137=OVERRIDING clause should be used when an identity column defined as 'GENERATED ALWAYS' is present in the INSERT's field list for table table/view {0}
335545138=DecFloat precision must be 16 or 34
335545139=Decimal float divide by zero. The code attempted to divide a DECFLOAT value by zero.
335545140=Decimal float inexact result. The result of an operation cannot be represented as a decimal fraction.
Expand Down Expand Up @@ -1852,6 +1852,7 @@
336331159=parallel workers parameter missing
336331160=expected parallel workers, encountered "{0}"
336331161=\ {0}D(IRECT_IO) direct IO for backup file(s)
336331162=use up to {0} parallel workers
336396289=Firebird error
336396362=Rollback not performed
336396364=Connection error
Expand Down Expand Up @@ -2503,6 +2504,7 @@
336658633=There is no publication {0} in this database
336658634=There is no publications in this database
336658635=Publications\:
336658636=Procedures\:
336723969=GSEC>
336723970=gsec
336723971=ADD add user
Expand Down

0 comments on commit 0238e9e

Please sign in to comment.