Hi, This is not primarily a jOOQ problem, but it's causing one for me and I thought maybe someone here would know what the problem is. I have an simple update query that is is returning 0 from `execute`, when it should be 1. I see that jOOQ is calling the JDBC Statement methods `execute` and then `getUpdateCount`, as opposed to `executeUpdate`. The former is, oddly, returning 0 when I think it should be returning 1. The latter returns 1 as expected. I posted to stackoverflow about this. [1]
This is MS SQL Server 2008, and I tried with both JDBC drivers (microsoft and jtds). And I can't reproduce it on other tables. Rob [1] http://stackoverflow.com/questions/21757191/jdbc-getupdatecount-is-returning-0-but-1-row-is-updated-in-sql-server -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
