Insert null into a field of externall table will insert '17.11.1858'
--------------------------------------------------------------------

                 Key: CORE-3804
                 URL: http://tracker.firebirdsql.org/browse/CORE-3804
             Project: Firebird Core
          Issue Type: Bug
         Environment: WI-V2.5.1.26351 Firebird 2.5
windows\linux
            Reporter: Yakushev.Y


Test case:

CREATE TABLE ET EXTERNAL 'E:\FBEXTERNAL\ET.DAT' (
    ID          INTEGER,
    DATE_FIELD  DATE
);

insert into et (id,date_field) values (1,null)

select * from et


          ID  DATE_FIELD
============ ===========
           1 17-NOV-1858
         
Is this a bug ?


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

        

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to