Parser error in subselect
-------------------------
Key: CORE-3564
URL: http://tracker.firebirdsql.org/browse/CORE-3564
Project: Firebird Core
Issue Type: Bug
Affects Versions: 2.1.4
Environment: WINDOWS
Reporter: Harald Klomann
CREATE TABLE A (NR INTEGER, S CHAR(1), X INTEGER);
CREATE TABLE B (NR INTEGER);
These statements should result in an error, because column X is not member of
table B
select * from a where nr in (select x from b);
select * from a where exists (select x from b);
--
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
------------------------------------------------------------------------------
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel