isql panics and aborts when a null integer field has a constant added to it
---------------------------------------------------------------------------

                 Key: CORE-3552
                 URL: http://tracker.firebirdsql.org/browse/CORE-3552
             Project: Firebird Core
          Issue Type: Bug
          Components: ISQL
         Environment: Firebird Linux 2.05 isql
            Reporter: Ray Holme


create table fu ( fubar integer, keyname varchar(10));
insert into fu (keyname) values ('fuie'');
update fu set fubar = fubar + 2;

The above causes ISQL to abort with an ugly message.
It is an error and should return an error, but dying is not a good answer.

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

        

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to