HQL comparison ops <= and >= not working
attempting to use the comparison operators <= or => in something like:
from Event as e where e.startDate >= ~someDate;
produces the following error:
invoke-webdslc-compile:
[echo] Building application [echo] webdslc arguments: [echo] --servlet -i ../calendar.app --session-timeout 120 --enable-caching 1 [echo] Java options: -ss4m -Xmx1024m [echo] Classpath: /opt/eclipse_webdsl/plugins/webdsl.editor_1.0.0.201003171455/include/webdsl.jar [java] [ Main | info ] stage 1: parsing calendar.app : [user/system] = [1.80s/0.00s] [java] [ Main | info ] stage 2: importing modules [ Main | error ] ../events/events.app: Syntax error near unexpected character '=' at line 464, column 133
This is still the case for webdsl included with WebDSL editor 1.0.9.201003171455
Submitted by Vlad Vergu on 18 March 2010 at 23:14
Issue Log
On 8 April 2011 at 15:01 Christoffer Gersen tagged 1.2.8
On 8 April 2011 at 15:01 Christoffer Gersen closed this issue.
Log in to post comments