Wrong warning message for ambiguous query
-----------------------------------------

                 Key: CORE-3690
                 URL: http://tracker.firebirdsql.org/browse/CORE-3690
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0 Initial
            Reporter: Vlad Khorsun
            Priority: Minor


Run ambiguous query :

1. at database in 3rd dialect 

SQL> select id from t1, t2;
Statement failed, SQLSTATE = 42702
Dynamic SQL Error
-SQL error code = -204
-Ambiguous field name between table T1 and table T2
-ID


2. at database in 1st sql dialect

SQL> select id from t1, t2;
SQL warning code = 204
-<Missing arg #1 - possibly status vector overflow>
-Ambiguous field name between table T1 and table T2

Warning message is obviously wrong.

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

        

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to