Server crashes on exception in calculated index
-----------------------------------------------
Key: CORE-4075
URL: http://tracker.firebirdsql.org/browse/CORE-4075
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 3.0 Alpha 1
Environment: W7/63, WI-T3.0.0.30317 Firebird 3.0 Unstable
Reporter: Thomas Beckmann
Consider the following example:
create table TEST (BIT smallint);
create index IDX_TEST_BIT on TEST computed by (bin_shl(1, TEST.BIT-1));
insert into test values (0);
Of course, insertion should lead to an exception. Unfortunately, it crashes the
server.
--
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
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel