[JIRA] Created: (CAY-821) EJBQL resolution: FrontBase limitations

From: Andrus Adamchik (JIRA) ("Andrus)
Date: Sun Jul 01 2007 - 09:42:27 EDT

  • Next message: Andrus Adamchik: "Re: How about 3.0 M1?"

    EJBQL resolution: FrontBase limitations
    ---------------------------------------

                     Key: CAY-821
                     URL: https://issues.apache.org/cayenne/browse/CAY-821
                 Project: Cayenne
              Issue Type: Improvement
              Components: Cayenne Core Library
        Affects Versions: 3.0
                Reporter: Andrus Adamchik
                Assignee: Andrus Adamchik
                Priority: Minor
                 Fix For: 3.0

    DataContextEJBQLIsNullTest.testCompareToNull()

    SELECT * FROM ARTIST WHERE ARTIST_NAME = NULL

    FrontBase throws an exception. One alternative syntax we can use for this query on FrontBase is "SELECT * FROM ARTIST WHERE FALSE"

    Currently this unit test is skipped for FrontBase using a flag in AccessStackAdapter

    -- 
    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 Jul 01 2007 - 09:42:51 EDT