isql does not insert boolean values correctly, always shown as False
--------------------------------------------------------------------

                 Key: CORE-4061
                 URL: http://tracker.firebirdsql.org/browse/CORE-4061
             Project: Firebird Core
          Issue Type: Bug
          Components: ISQL
    Affects Versions: 3.0 Alpha 1
         Environment: linux, amd64, gcc-4.7.2
            Reporter: Treeve Jelbert
            Priority: Minor


Server version:
LI-T3.0.0.30262 Firebird 3.0 Unstable


create table x(
id smallint generated by default as identity,
a varchar(10),
b boolean,
c boolean,
primary key(id) );


insert into x(a,b,c) values ('f1',true, false);
select * from x;

     ID A                B       C 
======= ========== ======= ======= 
      1 f1         <false> <false> 



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

        

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to