Abator: Add DatabaseDialect for Sybase 
---------------------------------------

                 Key: IBATIS-364
                 URL: http://issues.apache.org/jira/browse/IBATIS-364
             Project: iBatis for Java
          Issue Type: Improvement
          Components: Tools
    Affects Versions: 2.2.0
            Reporter: Dimitar Dimitrov


In order to support identity values for sybase:

1. Add a new enum in in DatabaseDialects as follows:

     public static final DatabaseDialects SYBASE = new DatabaseDialects("select 
@@IDENTITY"); //$NON-NLS-1$

2. add a new if case in getDatabaseDialect(String)

     


-- 
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