[
http://tracker.firebirdsql.org/browse/CORE-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Zotov reopened CORE-4177:
-------------------------------
See issue dated 27/Mar/15 01:45 PM.
> Problem with some boolean expressions not being allowed
> -------------------------------------------------------
>
> Key: CORE-4177
> URL: http://tracker.firebirdsql.org/browse/CORE-4177
> Project: Firebird Core
> Issue Type: Bug
> Components: Engine
> Affects Versions: 3.0 Alpha 1
> Reporter: Adriano dos Santos Fernandes
> Assignee: Adriano dos Santos Fernandes
> Fix For: 3.0 Alpha 2
>
>
> select 1
> from rdb$database
> where true is true
> Work is correct
> select 1
> from rdb$database
> where (1=1) and true
> Work is correct
> select 1
> from rdb$database
> where (1=1) is true
> Invalid token.
> Dynamic SQL Error.
> SQL error code = -104.
> Token unknown - line 3, column 13.
> is.
--
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