Hi, Stuart,

A simple implementation of support for 64-bit integers in the query 
expressions has been checked into the SVN repository.  The trick is to 
add suffix 'LL' or 'ULL' to the long integer constants, e.g.,

ibis -d test -q "select session_id where session_id == 
5146415197860370806LL"

ibis -d test -q "select session_id where session_id == 
5146415197860370806ULL"

Please give it a try when you get a chance.

Thanks.

John

_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to