8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +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:20:10 +00:00
parent f2c890e1fc
commit f1ddbd3b10

View File

@ -123,7 +123,7 @@ Syntax and notes :
At PSQL level this errors could be handled using appropriate GDS code, for example
WHEN GDSCODE isc_eds_statement
WHEN GDSCODE eds_statement
Note, that original error codes is 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