Hi, Andrew,

Thanks for reporting the problem.  A modification to the associativity 
of unary operators +, 1 and ! (not) has been made and it should 
address the problem you've noticed.  Please give the nightly snapshot 
a try when you get the chance.

John

PS: The nightly snapshot is available at 
<https://codeforge.lbl.gov/snapshots.php?group_id=44> and it is built 
in the early morning hours Pacific Time.


On 11/19/2009 1:04 PM, Andrew Olson wrote:
> Hi.
> 
> I'm trying to run a query like this but it fails to parse.
> 
> select (stop-start+1)/length as proportion where proportion > 0.95
> 
> The complaint is:
> ibis::selectParser encountered syntax error, unexpected numerical value at 
> location (stop-start+1)/length as proportion:1.11-12
> 
> It works if I change it to:
> select (1+stop-start)/length as proportion where proportion > 0.95
> 
> Andrew
> _______________________________________________
> FastBit-users mailing list
> [email protected]
> https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to