mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 03:23:03 +01:00
More legacy messages.
This commit is contained in:
parent
e3024d2a92
commit
8bca580a61
@ -248,7 +248,7 @@ static const struct {
|
||||
{335544544, "Cannot rename column being used in an Integrity Constraint."}, /* 224, cnstrnt_fld_rename */
|
||||
{335544545, "Cannot update constraints (RDB$RELATION_CONSTRAINTS)."}, /* 225, rel_cnstrnt_update */
|
||||
{335544546, "Cannot define constraints on views"}, /* 226, constaint_on_view */
|
||||
{335544547, "internal gds software consistency check (invalid RDB$CONSTRAINT_TYPE)"}, /* 227, invld_cnstrnt_type */
|
||||
{335544547, "internal Firebird consistency check (invalid RDB$CONSTRAINT_TYPE)"}, /* 227, invld_cnstrnt_type */
|
||||
{335544548, "Attempt to define a second PRIMARY KEY for the same table"}, /* 228, primary_key_exists */
|
||||
{335544549, "cannot modify or erase a system trigger"}, /* 229, systrig_update */
|
||||
{335544550, "only the owner of a table may reassign ownership"}, /* 230, not_rel_owner */
|
||||
|
@ -1195,6 +1195,8 @@ Fetches = !f', NULL, NULL, 'c_pg');
|
||||
(1190, 'dimitr', '2008-03-12 08:02:00', 17, 0, 'Statement failed, SQLCODE = @1', NULL, NULL, 'c_pg')
|
||||
(1191, 'dimitr', '2008-03-17 12:33:42', 8, 15, 'STORE RDB$INDICES failed', NULL, NULL, 'c_pg')
|
||||
(1192, 'cvc', '2008-07-06 06:06:47', 0, 13, 'internal gds software consistency check (@1)', NULL, NULL, 'c_pg')
|
||||
(1193, 'cvc', '2008-07-06 08:47:00', 0, 227, 'internal gds software consistency check (invalid RDB$CONSTRAINT_TYPE)', NULL, NULL, 'c_pg')
|
||||
(1194, 'cvc', '2008-07-06 08:47:21', 13, 704, 'internal gds software consistency check (invalid RDB$CONSTRAINT_TYPE)', NULL, NULL, 'c_pg')
|
||||
stop
|
||||
|
||||
COMMIT WORK;
|
||||
|
@ -323,7 +323,7 @@ without specifying a character set.', NULL);
|
||||
('cnstrnt_fld_rename', 'trigger_messages', 'ini.e', NULL, 0, 224, NULL, 'Cannot rename column being used in an Integrity Constraint.', NULL, NULL);
|
||||
('rel_cnstrnt_update', 'trigger_messages', 'ini.e', NULL, 0, 225, NULL, 'Cannot update constraints (RDB$RELATION_CONSTRAINTS).', NULL, NULL);
|
||||
('constaint_on_view', 'trigger_messages', 'ini.e', NULL, 0, 226, NULL, 'Cannot define constraints on views', NULL, NULL);
|
||||
('invld_cnstrnt_type', 'trigger_messages', 'ini.e', NULL, 0, 227, NULL, 'internal gds software consistency check (invalid RDB$CONSTRAINT_TYPE)', NULL, NULL);
|
||||
('invld_cnstrnt_type', 'trigger_messages', 'ini.e', NULL, 0, 227, NULL, 'internal Firebird consistency check (invalid RDB$CONSTRAINT_TYPE)', NULL, NULL);
|
||||
('primary_key_exists', 'trigger_messages', 'ini.e', NULL, 0, 228, NULL, 'Attempt to define a second PRIMARY KEY for the same table', NULL, NULL);
|
||||
('systrig_update', 'trigger_messages', 'ini.e', NULL, 0, 229, NULL, 'cannot modify or erase a system trigger', NULL, NULL);
|
||||
('not_rel_owner', 'trigger_messages', 'ini.e', NULL, 0, 230, NULL, 'only the owner of a table may reassign ownership', NULL, NULL);
|
||||
@ -2495,7 +2495,7 @@ ERROR: Backup incomplete', NULL, NULL);
|
||||
(NULL, NULL, NULL, NULL, 13, 687, NULL, 'count of column list and variable list do not match', NULL, NULL);
|
||||
(NULL, NULL, NULL, NULL, 13, 697, NULL, 'Incompatible column/host variable data type', NULL, NULL);
|
||||
(NULL, NULL, NULL, NULL, 13, 703, NULL, 'Operation violates CHECK constraint @1 on view or table', NULL, NULL);
|
||||
(NULL, NULL, NULL, NULL, 13, 704, NULL, 'internal gds software consistency check (invalid RDB$CONSTRAINT_TYPE)', NULL, NULL);
|
||||
(NULL, NULL, NULL, NULL, 13, 704, NULL, 'internal Firebird consistency check (invalid RDB$CONSTRAINT_TYPE)', NULL, NULL);
|
||||
(NULL, NULL, NULL, NULL, 13, 705, NULL, 'Cannot update constraints (RDB$RELATION_CONSTRAINTS).', NULL, NULL);
|
||||
(NULL, NULL, NULL, NULL, 13, 706, NULL, 'Cannot delete CHECK constraint entry (RDB$CHECK_CONSTRAINTS)', NULL, NULL);
|
||||
(NULL, NULL, NULL, NULL, 13, 707, NULL, 'Cannot update constraints (RDB$CHECK_CONSTRAINTS).', NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user