8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

Corrections for SQL states.

This commit is contained in:
dimitr 2010-04-09 07:56:29 +00:00
parent 79558d9cc6
commit 83867feb26
2 changed files with 3 additions and 6 deletions

View File

@ -130,9 +130,6 @@ set bulk_insert INSERT INTO SQLSTATES (SQL_CLASS, SQL_SUBCLASS, SQL_STATE_TEXT)
-- 36 Cursor Sensitivity Exception
('36', '001', 'Request rejected')
('36', '002', 'Request failed')
-- 37 Invalid Identifier
('37', '000', 'Invalid identifier')
('37', '001', 'Identifier too long')
-- External Routine Exception
('38', '000', 'External routine exception')
-- External Routine Invocation Exception

View File

@ -62,7 +62,7 @@ set bulk_insert INSERT INTO SYSTEM_ERRORS (SQL_CODE, SQL_CLASS, SQL_SUBCLASS, FA
(-820, 'HY', '000', 0, 59, 'wrong_ods', NULL, 'SEVERE')
(-804, '07', '002', 0, 60, 'wronumarg', NULL, 'ERROR')
(-904, '54', '000', 0, 61, 'imp_exc', NULL, 'ERROR')
(-901, '00', '000', 0, 62, 'random', NULL, 'ERROR')
(-901, 'HY', '000', 0, 62, 'random', NULL, 'ERROR')
(-901, 'HY', '000', 0, 63, 'fatal_conflict', NULL, 'ERROR')
(-902, 'XX', '000', 0, 64, 'badblk', NULL, NULL)
(-902, 'XX', '000', 0, 65, 'invpoolcl', NULL, NULL)
@ -527,7 +527,7 @@ set bulk_insert INSERT INTO SYSTEM_ERRORS (SQL_CODE, SQL_CLASS, SQL_SUBCLASS, FA
(-901, 'HY', '000', 0, 524, 'ctx_namespace_invalid', NULL, NULL)
(-901, '54', '000', 0, 525, 'ctx_too_big', NULL, NULL)
(-901, 'HY', '000', 0, 526, 'ctx_bad_argument', NULL, NULL)
(-901, '37', '001', 0, 527, 'identifier_too_long', NULL, NULL)
(-901, '42', '000', 0, 527, 'identifier_too_long', NULL, NULL)
(-836, 'HY', '000', 0, 528, 'except2', NULL, NULL)
(-104, '22', '000', 0, 529, 'malformed_string', NULL, NULL)
(-170, '07', '002', 0, 530, 'prc_out_param_mismatch', NULL, NULL)
@ -791,7 +791,7 @@ set bulk_insert INSERT INTO SYSTEM_ERRORS (SQL_CODE, SQL_CLASS, SQL_SUBCLASS, FA
(-901, '28', '000', 8, 195, 'dyn_kywd_spec_for_role', NULL, NULL)
(-901, '28', '000', 8, 196, 'dyn_roles_not_supported', NULL, NULL)
(-612, '42', '000', 8, 204, 'dyn_domain_name_exists', NULL, NULL)
(-612, '42', 'S01', 8, 205, 'dyn_field_name_exists', NULL, NULL)
(-612, '42', 'S21', 8, 205, 'dyn_field_name_exists', NULL, NULL)
(-383, '42', '000', 8, 206, 'dyn_dependency_exists', NULL, NULL)
(-315, '42', '000', 8, 207, 'dyn_dtype_invalid', NULL, NULL)
(-829, '42', '000', 8, 208, 'dyn_char_fld_too_small', NULL, NULL)