mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Fixed bug CORE-3349 : Constants isc_lock_conflict / isc_eds_statement not recognized in PSQL
This commit is contained in:
parent
aa77d27743
commit
9f5a439868
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user