Regression: engine can't find fields in SQL statement using old style cross join
--------------------------------------------------------------------------------

                 Key: CORE-5038
                 URL: http://tracker.firebirdsql.org/browse/CORE-5038
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 3.0 RC 1
         Environment: Windows 8.1 64 bits, Firebird-3.0.0.32136-0_Win32_RC1
            Reporter: Gilberto Ximenes


Steps to repoduce:
- connect employee.fdb
- run SQL statement
SELECT *
FROM CUSTOMER CM, PROJECT P
JOIN COUNTRY CY ON (CY.COUNTRY = CM.COUNTRY)
WHERE P.PROJ_ID = 'DGPII'

Error:
Column does not belong to referenced table.
Dynamic SQL Error.
SQL error code = -206.
Column unknown.
CM.COUNTRY.
At line 4, column 9.

Older versions runs OK.





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

        

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to