These changes have been made in the HEAD, Branch_3_0 and Branch_3_2 branches.

++jeff


On Monday 20 January 2003 03:44 pm, Jeffrey Wescott wrote:
> 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



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to