mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Prevent stack trace (line/column info) from overriding the real error's
SQLSTATE.
This commit is contained in:
parent
34399c1bf4
commit
d1d8b36a07
@ -522,7 +522,7 @@ set bulk_insert INSERT INTO SYSTEM_ERRORS (SQL_CODE, SQL_CLASS, SQL_SUBCLASS, FA
|
||||
(-530, '42', '000', 0, 519, 'foreign_key_references_present', NULL, NULL)
|
||||
(-901, 'HY', '000', 0, 520, 'no_update', NULL, NULL)
|
||||
(-902, '24', '000', 0, 521, 'cursor_already_open', NULL, NULL)
|
||||
(-901, '42', '000', 0, 522, 'stack_trace', NULL, NULL)
|
||||
(-901, '00', '000', 0, 522, 'stack_trace', NULL, NULL)
|
||||
(-901, 'HY', '000', 0, 523, 'ctx_var_not_found', NULL, NULL)
|
||||
(-901, 'HY', '000', 0, 524, 'ctx_namespace_invalid', NULL, NULL)
|
||||
(-901, '54', '000', 0, 525, 'ctx_too_big', NULL, NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user