Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 29 September 2017 at 05:57
Updated 27 July 2024 at 11:32
Resolved 30 December 2020 at 14:22
the following code throws this error
Not in aggregate function or group by clause: org.hsqldb.Expression@70e4800d in statement [SELECT id FROM q group by id ORDER BY name]
org.hsqldb.Expression@70e4800d should be resolved to "name"
<cfset q=QueryNew("id,name","Integer,VarChar")> <cftry> <cfquery name="qoq" dbtype="query"> SELECT id FROM q group by id ORDER BY name </cfquery> <cfcatch> <cfdump var="#cfcatch#"> <cfabort> </cfcatch> </cftry> <cfdump var="#qoq#">
note: adobe ACF doesn't even throw an error (which is bad)