Hi,
I just wondering if castor-OQL supports bitwise operators (AND, OR, etc).
In my application statuses are coded on bits and I'm interested in
answer if it is possible to make similar query:
select status from repository where status & 12 != 0;
Simplifying the problem, the query should return statuses with values 4
and 8.
If OQL doesn't support such functionality my next question is if there
is any workaround to achieve the same.
All the best,
Tomek
-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:
[EMAIL PROTECTED]
-------------------------------------------------