8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Added new error message for Arno.

This commit is contained in:
dimitr 2003-08-25 08:36:50 +00:00
parent 5953fb8b14
commit 038f7ba8d3
2 changed files with 3 additions and 0 deletions

View File

@ -1160,6 +1160,8 @@ C --
PARAMETER (GDS__dsql_udf_return_pos_err = 336003086)
INTEGER*4 GDS__dsql_invalid_label
PARAMETER (GDS__dsql_invalid_label = 336003087)
INTEGER*4 GDS__dsql_datatypes_not_comparable
PARAMETER (GDS__dsql_datatypes_not_comparable = 336003088)
INTEGER*4 GDS__dyn_role_does_not_exist
PARAMETER (GDS__dyn_role_does_not_exist = 336068796)
INTEGER*4 GDS__dyn_no_grant_admin_opt

View File

@ -586,6 +586,7 @@ const
gds_dsql_ambiguous_field_name = 336003085;
gds_dsql_udf_return_pos_err = 336003086;
gds_dsql_invalid_label = 336003087;
gds_dsql_datatypes_not_comparable = 336003088;
gds_dyn_role_does_not_exist = 336068796;
gds_dyn_no_grant_admin_opt = 336068797;
gds_dyn_user_not_role_member = 336068798;