mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 07:23:04 +01:00
Fixed the logic.
This commit is contained in:
parent
218c2b3d51
commit
2a344f05fd
@ -2784,6 +2784,7 @@ bool get_exception(void)
|
|||||||
{
|
{
|
||||||
switch (attribute)
|
switch (attribute)
|
||||||
{
|
{
|
||||||
|
case att_exception_name:
|
||||||
if (!X.RDB$EXCEPTION_NAME.NULL)
|
if (!X.RDB$EXCEPTION_NAME.NULL)
|
||||||
BURP_error(311, true, isc_arg_number, (void*) att_exception_name,
|
BURP_error(311, true, isc_arg_number, (void*) att_exception_name,
|
||||||
isc_arg_string, X.RDB$EXCEPTION_NAME, NULL, NULL, NULL, NULL, NULL, NULL);
|
isc_arg_string, X.RDB$EXCEPTION_NAME, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user