Inactive system triggers after fix for CORE-3418
------------------------------------------------
Key: CORE-3426
URL: http://tracker.firebirdsql.org/browse/CORE-3426
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 2.5.1, 3.0 Alpha 1, 2.1.5
Reporter: Dmitriy Starodubov
Priority: Critical
At least one system trigger does not work after fix for CORE-3418 -
RDB$TRIGGER_30. It must generate rdb$exception_number before store new
exception.
create database 'test.fdb';
insert into rdb$exceptions(rdb$exception_name, rdb$message) values ('test',
'just test');
select rdb$exception_name, rdb$exception_number from rdb$exceptions where
rdb$exception_name = 'test';
RDB$EXCEPTION_NAME RDB$EXCEPTION_NUMBER
=============================================
test <null>
So exception number was not generated automatically.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself;
WebMatrix provides all the features you need to develop and
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel