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

Document CORE-832 - Add support for parameterized exceptions.

This commit is contained in:
asfernandes 2013-05-10 15:48:47 +00:00
parent 5aac863784
commit 8d17931603
2 changed files with 3 additions and 1 deletions

View File

@ -606,6 +606,8 @@
* Improvement CORE-832
Add support for parameterized exceptions
See also:
/doc/sql.extensions/README.exception_handling
Contributor(s):
Adriano dos Santos Fernandes <adrianosf at gmail.com>

View File

@ -85,7 +85,7 @@ Parameterized exceptions (FB 3.0)
raising the exception.
Author:
Adriano dos Santos Fernandes <adrianosf@gmail.com>
Adriano dos Santos Fernandes <adrianosf at gmail.com>
Syntax:
EXCEPTION <name> USING ( <value list> )