From f1ddbd3b1016e68e093b7af586e6346bd2ef116c Mon Sep 17 00:00:00 2001 From: hvlad Date: Mon, 14 Feb 2011 15:20:10 +0000 Subject: [PATCH] Fixed bug CORE-3349 : Constants isc_lock_conflict / isc_eds_statement not recognized in PSQL --- doc/sql.extensions/README.execute_statement2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sql.extensions/README.execute_statement2 b/doc/sql.extensions/README.execute_statement2 index ae5228ead2..4502edebb6 100644 --- a/doc/sql.extensions/README.execute_statement2 +++ b/doc/sql.extensions/README.execute_statement2 @@ -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