Whitespace as date separator causes conversion error ----------------------------------------------------
Key: CORE-6427 URL: http://tracker.firebirdsql.org/browse/CORE-6427 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 4.0 RC 1 Reporter: Dmitriy Starodubov Such string to date conversion that work in pre-FB4 versions fails in FB4: SELECT cast('01 jan 1900' as timestamp) FROM rdb$database; Statement failed, SQLSTATE = 22018 conversion error from string "01 jan 1900" AFAIU the error appears after fix for CORE-5750 and it breaks backward compatibility. -- 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