Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
3.0
-
None
Description
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
Attachments
Issue Links
- relates to
-
CAY-819 Support for per-adapter customization of EJBQL translator
- Closed