In our testing it seems that the mapping below on Pointbase does not work:

         <mapping>
            <java-type>java.lang.Boolean</java-type>
            <jdbc-type>BINARY</jdbc-type>
            <sql-type>BOOLEAN</sql-type>
         </mapping>

However, this one does:

         <mapping>
            <java-type>java.lang.Boolean</java-type>
            <jdbc-type>BOOLEAN</jdbc-type>
            <sql-type>BOOLEAN</sql-type>
         </mapping>

Anyone object to me committing this change?

++jeff



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to