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:
parent
5aac863784
commit
8d17931603
@ -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>
|
||||
|
||||
|
@ -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> )
|
||||
|
Loading…
Reference in New Issue
Block a user