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

Fixed bug CORE-3349 : Constants isc_lock_conflict / isc_eds_statement not recognized in PSQL

This commit is contained in:
hvlad 2011-02-14 15:21:07 +00:00
parent aa77d27743
commit 9f5a439868

View File

@ -123,7 +123,7 @@ Syntax and notes :
At PSQL level these errors could be handled using appropriate GDS code, for example
WHEN GDSCODE isc_eds_statement
WHEN GDSCODE eds_statement
Note, that original error codes are not accessible in WHEN statement. This could be
improved in the future.
@ -133,7 +133,7 @@ Syntax and notes :
raised isc_lock_conflict error, this error will be passed to the caller and
could be handled using following handler
WHEN GDSCODE isc_lock_conflict
WHEN GDSCODE lock_conflict