
Hi Michael, Thank you for this post. It got through! To prevent this contribution from being lost, I recommend that you enter a jira issue. You can simply reproduce the same message contents. You could directly attach the SybaseSqlAnywhereDialect file and the DBUtil file to the jira issue. A patch for DBUtil would be a nice touch. Thanks in advance, On 26.02.2010 02:05, Michael Lynch wrote:
Apologize if this is a duplicate, I tried to send before subscribing the first time - not sure if it got though. ----
I am using Sybase SQLAnywhere 10 which doesn't support getGeneratedKeys. Furtunately, the dialect is exactly the same as for Microsoft SQLServer. I have attached a new SQLDialect, and an update to ch.qos.logback.core.db.dialect.DBUtil to recognize the dialect. I believe this will work with other versions of Sybase SQLAnywhere, but I don't have any other versions to test.
Can these small changes be integrated into the trunk? If so, what can I do to help?
http://old.nabble.com/file/p27714558/SybaseSqlAnywhereDialect.java SybaseSqlAnywhereDialect.java http://old.nabble.com/file/p27714558/DBUtil.java DBUtil.java