Skip to content

Commit

Permalink
Fixed bug CORE-3349 : Constants isc_lock_conflict / isc_eds_statement…
Browse files Browse the repository at this point in the history
… not recognized in PSQL
  • Loading branch information
hvlad committed Feb 14, 2011
1 parent aa77d27 commit 9f5a439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sql.extensions/README.execute_statement2
Expand Up @@ -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.
Expand All @@ -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



Expand Down

0 comments on commit 9f5a439

Please sign in to comment.