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.