Create view statement doesnt validate timestamp literal is quoted then fails at 
runtime
---------------------------------------------------------------------------------------

                 Key: CORE-4833
                 URL: http://tracker.firebirdsql.org/browse/CORE-4833
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 2.5.4
            Reporter: Adam Gardner
            Priority: Minor


-- This is accepted by the DBMS (note missing quotes)

CREATE VIEW tmpview AS
select t.ID
from tmp t
where t.SomeDate >= 2011-11-14;
COMMIT;

-- This throws an exception

SELECT *
FROM tmpview;


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

        

------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to