@@ -112,7 +112,7 @@ FB_IMPL_MSG(JRD, 110, virmemexh, -904, "HY", "001", "unable to allocate memory f
112112FB_IMPL_MSG (JRD , 111 , blocking_signal , -901 , "HY" , "000" , "blocking signal has been received" )
113113FB_IMPL_MSG (JRD , 112 , lockmanerr , -902 , "40" , "001" , "lock manager error" )
114114FB_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 " )
116116FB_IMPL_MSG (JRD , 115 , nullsegkey , -407 , "HY" , "000" , "null segment of UNIQUE KEY" )
117117FB_IMPL_MSG (JRD , 116 , sqlerr , -902 , "00" , "000" , "SQL error code = @1" )
118118FB_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
832832FB_IMPL_MSG (JRD , 830 , subfunc_not_impl , -901 , "42" , "000" , "Sub-function @1 was declared but not implemented" )
833833FB_IMPL_MSG (JRD , 831 , subproc_not_impl , -901 , "42" , "000" , "Sub-procedure @1 was declared but not implemented" )
834834FB_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 " )
836836FB_IMPL_MSG (JRD , 834 , invalid_decfloat_trap , -901 , "42" , "000" , "Invalid decfloat trap state @1" )
837837FB_IMPL_MSG (JRD , 835 , invalid_decfloat_round , -901 , "42" , "000" , "Invalid decfloat rounding mode @1" )
838838FB_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