Added support to TranQL to support DB2 Syntax Generation
--------------------------------------------------------

         Key: GERONIMO-938
         URL: http://issues.apache.org/jira/browse/GERONIMO-938
     Project: Geronimo
        Type: New Feature
    Versions: 1.0-M5    
 Environment: All
 Reporter: Matt Hogstrom


I added support to generate SQL more friendly for DB2 with regards to the WHEN 
predicate.  (DB2 only supports WHEN with an lvalue.  To use this alternate 
version add the following xml to your openejb-jar.xml under the 
cmp-connection-factory clause:

            
<ejb-ql-compiler-factory>org.tranql.ejbqlcompiler.DB2EJBQLCompilerFactory</ejb-ql-compiler-factory>
            
<db-syntax-factory>org.tranql.sql.db2.DB2DBSyntaxtFactory</db-syntax-factory>

SNAPSHOT for TranQL 1.1 has been distributed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to