Alternate quoting does not work on some particular cases --------------------------------------------------------
Key: CORE-6340 URL: http://tracker.firebirdsql.org/browse/CORE-6340 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 4.0 Beta 2 Reporter: Pavel Zotov 1) select q'{} }' from rdb$database; -- works OK 2) select q'{{}' from rdb$database; -- also OK 3) select q'{}}' from rdb$database; -- note: there is no space between "}}" Last statement raises: ======= Invalid token. Dynamic SQL Error. SQL error code = -104. Token unknown - line 1, column 9. '{}}'. ======= Checked on 4.0.0.2070; 3.0.6.33322 -- 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