Skip to content

Commit 6b6e57b

Browse files
committed
Fix error messages. Thanks Pavel Zotov.
1 parent 10f7dc3 commit 6b6e57b

File tree

1 file changed

+2
-2
lines changed
  • src/include/firebird/impl/msg

1 file changed

+2
-2
lines changed

src/include/firebird/impl/msg/jrd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ FB_IMPL_MSG(JRD, 110, virmemexh, -904, "HY", "001", "unable to allocate memory f
112112
FB_IMPL_MSG(JRD, 111, blocking_signal, -901, "HY", "000", "blocking signal has been received")
113113
FB_IMPL_MSG(JRD, 112, lockmanerr, -902, "40", "001", "lock manager error")
114114
FB_IMPL_MSG(JRD, 113, journerr, -924, "HY", "000", "communication error with journal \"@1\"")
115-
FB_IMPL_MSG(JRD, 114, keytoobig, -664, "42", "000", "key size exceeds implementation restriction for index \"@1\"")
115+
FB_IMPL_MSG(JRD, 114, keytoobig, -664, "42", "000", "key size exceeds implementation restriction for index @1")
116116
FB_IMPL_MSG(JRD, 115, nullsegkey, -407, "HY", "000", "null segment of UNIQUE KEY")
117117
FB_IMPL_MSG(JRD, 116, sqlerr, -902, "00", "000", "SQL error code = @1")
118118
FB_IMPL_MSG(JRD, 117, wrodynver, -820, "HY", "000", "wrong DYN version")
@@ -832,7 +832,7 @@ FB_IMPL_MSG(JRD, 829, subproc_defvaldecl, -901, "42", "000", "Default values for
832832
FB_IMPL_MSG(JRD, 830, subfunc_not_impl, -901, "42", "000", "Sub-function @1 was declared but not implemented")
833833
FB_IMPL_MSG(JRD, 831, subproc_not_impl, -901, "42", "000", "Sub-procedure @1 was declared but not implemented")
834834
FB_IMPL_MSG(JRD, 832, sysf_invalid_hash_algorithm, -901, "42", "000", "Invalid HASH algorithm @1")
835-
FB_IMPL_MSG(JRD, 833, expression_eval_index, -901, "42", "000", "Expression evaluation error for index \"@1\" on table \"@2\"")
835+
FB_IMPL_MSG(JRD, 833, expression_eval_index, -901, "42", "000", "Expression evaluation error for index @1 on table @2")
836836
FB_IMPL_MSG(JRD, 834, invalid_decfloat_trap, -901, "42", "000", "Invalid decfloat trap state @1")
837837
FB_IMPL_MSG(JRD, 835, invalid_decfloat_round, -901, "42", "000", "Invalid decfloat rounding mode @1")
838838
FB_IMPL_MSG(JRD, 836, sysf_invalid_first_last_part, -833, "42", "000", "Invalid part @1 to calculate the @1 of a DATE/TIMESTAMP")

0 commit comments

Comments
 (0)