Regression: List of aggregation is not checked properly
-------------------------------------------------------

                 Key: CORE-4807
                 URL: http://tracker.firebirdsql.org/browse/CORE-4807
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 3.0 RC 1
         Environment: Firebird-3.0.0.31842-0_x64
            Reporter: Alex Bekhtin


FB 2.5

select t.rdb$field_name, (select 1 from rdb$database where 
t.rdb$system_flag=1), count(*)
  from rdb$types t
  group by t.rdb$field_name
-------------------------
Invalid token.
Dynamic SQL Error.
SQL error code = -104.
Invalid expression in the select list (not contained in either an aggregate 
function or the GROUP BY clause).


In FB 3.0 it works without error.






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

        

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to