All:

I haven't heard anything back about my previosu message regarding the 
PointBase mappings.  Unless I hear an objection by the EOD today, I'm going 
to make the changes outlined below for Pointbase:

<type-mapping>
1. In the beginning of the pointbase section change the true and false
mapping to the following:
    <true-mapping>TRUE</true-mapping>
    <false-mapping>FALSE</false-mapping>

2. Directly after this section and before the type mappings add the
following two function-mapping:
    <function-mapping>
    <function-name>lcase</function-name>
    <function-sql>lower(?1)</function-sql>
    </function-mapping>
    <function-mapping>
    <function-name>ucase</function-name>
    <function-sql>upper(?1)</function-sql>
    </function-mapping>

3. Change the Boolean map to jdbc-type BIT.
    <java-type>java.lang.Boolean</java-type>
    <jdbc-type>BIT</jdbc-type>
    <sql-type>BOOLEAN</sql-type>
    </mapping>

</type-mapping>



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to