8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00
This is a mirror of the firebird repo on github. It is not intended for use as a working repo. This repo is resync'ed with github every thirty minutes.
Go to file
dimitr 536d8c0552 1. Reworked internal_info implementation in both DSQL and JRD.
New helper class created to serve it properly.
2. Added exception re-raise semantics.
Syntax: EXCEPTION;
If there was handled exception, re-initiate it, otherwise evaluate to no-op.
3. Implemented run-time exception messages.
Syntax: EXCEPTION <exception_name> [<value>];
If <value> is specified, evaluate it and use instead of RDB$EXCEPTION_MESSAGE.
4. Added new SQLCODE and GDSCODE system variables.
Available in procedures/triggers only.
If there wasn't any exception raised, return zero (success), otherwise return an error code.
5. Implemented ROWS_AFFECTED system variable.
Available in procedures/triggers only.
Count rows affected by the last INSERT/UPDATE/DELETE statement.
For any other statement, result is always zero.
2002-09-28 14:04:35 +00:00
builds Missed DEV_BUILD in Debug configuration 2002-09-27 15:21:33 +00:00
doc Update the description, it is now correct. 2002-08-09 07:25:49 +00:00
generated Updated makefiles 2002-02-26 13:48:58 +00:00
src 1. Reworked internal_info implementation in both DSQL and JRD. 2002-09-28 14:04:35 +00:00
autogen.sh Autoconf enhancements: 2002-09-11 11:30:50 +00:00
ChangeLog ChangeLog updated 2002-09-18 14:47:13 +00:00
configure.in Fixed syntax error introduced with previous check-in. 2002-09-23 07:49:33 +00:00
Makefile.in Changes to make compile with new script 2001-07-31 18:34:05 +00:00