Parametrized execute statement fails
------------------------------------

                 Key: CORE-3998
                 URL: http://tracker.firebirdsql.org/browse/CORE-3998
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.2
         Environment: Server: Firebird 2.5 WI-V2.5.2.26539 
            Reporter: Sergey


When excecuting parametrized execute statement, Firebird returns data 
convertion error.

For example:

CREATE TABLE T (
    ID    INTEGER NOT NULL,
    DIR   VARCHAR(100) DEFAULT '' NOT NULL,
    NOTE  VARCHAR(100) DEFAULT '' NOT NULL
);
commit;
INSERT INTO T (ID, DIR, NOTE) VALUES (1, 'a', 'b');
commit;

-------------

execution of next query fails:

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

        

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to