FrontBase EJBQL Syntax Specifics
--------------------------------
Key: CAY-898
URL: https://issues.apache.org/cayenne/browse/CAY-898
Project: Cayenne
Issue Type: Bug
Components: Cayenne Core Library
Affects Versions: 3.0
Reporter: Andrus Adamchik
Assignee: Andrus Adamchik
Priority: Minor
DataContextEJBQLGroupByHavingTest fails on FrontBase. One condition I noticed
is this:
(generated syntax, fails) SELECT t0.ESTIMATED_PRICE AS sc0, COUNT(*) AS sc1
FROM PAINTING t0 GROUP BY t0.ESTIMATED_PRICE
(working syntax) SELECT t0.ESTIMATED_PRICE AS sc0, COUNT(*) AS sc1 FROM
PAINTING t0 GROUP BY sc0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.