Consistency check error when invalid data inserted (file: exe.cpp line: 4097)
-----------------------------------------------------------------------------

                 Key: CORE-4603
                 URL: http://tracker.firebirdsql.org/browse/CORE-4603
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.3, 3.0 Alpha 2
         Environment: Any platform (linux, win)
            Reporter: Zsombor Cserna
            Priority: Critical


Follow the next instructions:

1.

create table T_TABLE (
    F_YEAR       varchar(4),
    F_MONTH_DAY  varchar(5)
)

2.
create index T_INDEX on T_TABLE computed by (cast(F_YEAR || '.' || F_MONTH_DAY 
as date))

3.
insert into T_TABLE (F_YEAR, F_MONTH_DAY) values ('2014', '02.33')

---------------
conversion error from string "2014.02.33".
internal Firebird consistency check (error during savepoint backout (290), 
file: exe.cpp line: 4097).

-- 
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

        

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to