This one time, at band camp, Boris Klug said:

BK>the sql type boolean is not supported for JDO - as stated in the 
BK>documentation. Are there any plans for supporting it in the near future?
BK>
BK>I am not so in the Castor developing stuff - would it be much work to develop 
BK>the code for boolean support? What would I have to do?

Boris, 

The SQL bit type is supported for use with a java.lang.Boolean. Will this
not work for you? Adding support for other types is not difficult. See
org.exolab.castor.jdo.engine.SQLTypes, specifically the static
TypeConvertorInfo[] _typeConvertors. This is used by getConvertor()
to locate the proper TypeConvertor.

Bruce
-- 
perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

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

Reply via email to