[JIRA] Created: (CAY-898) FrontBase EJBQL Syntax Specifics

From: Andrus Adamchik (JIRA) ("Andrus)
Date: Sun Oct 21 2007 - 16:26:50 EDT

  • Next message: Andrus Adamchik: "3.0M2 testing progress"

    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.
    



    This archive was generated by hypermail 2.0.0 : Sun Oct 21 2007 - 16:27:13 EDT