I noticed that the mod operator is translated in mod, while (for ms sql
server) it should be the %-sign.
I can't find the place where to change the castor source code. Where do i
look?

I also succeeded to add bitwise operators in the oql parser, but the
generated SQL of a bitwise expression is nothing ("(bla & 4)" becomes "( )"
in oql). Some explanation about the translation engine would be welcome. 

When you have troubles like queries that do not return all the objects that
you expected, maybe castor didn't find the related object of the last
sucuessfully loaded object. That can be because there's a problem with the
types of your identifiers and keys. An impossible mapping (like a java
string field in an sql numeric field) will be accepted by castor, but will
cause hidden problems that result in not finding all your objects Castor
ignores dangling references or "lost" related objects, does not mention it.

Dieter Cailliau

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to