Community
Participate
Working Groups
Build Identifier: 20100917-0705 There is no support for some common EMF datatypes like Date, XMLCalendar, and BigInteger. I "hacked" some support for these Reproducible: Always Steps to Reproduce: 1. Try a MQL Where clause comparing a date "select a from [ ... ] as a where a.dateVal < '01/01/2010' " 2. Failure indicating an invalid data type
Created attachment 189758 [details] Hacked up support for Date and BigInteger
Hi, Fix for the problem have been submitted. Now Data and BigInteger support is there for String syntax and Object based formats. Check TestQueryBugs.java for an example. cheers, Saurav
code submitted to cvs.