krummas / DrizzleJDBC

A BSD licensed JDBC driver for Drizzle and MySQL
BSD 3-Clause "New" or "Revised" License
31 stars 22 forks source link

Add support for JDBC 4.1 (Java 7) #18

Closed agorrod closed 11 years ago

agorrod commented 11 years ago

Hi,

I have been doing some work with Drizzle, and needed to use Java 7 with JDBC. I found that the current driver won't compile with Java 7. This patch contains an implementation for the new functions in the JDBC4.1 API.

It should be backward compatible with earlier versions of Java.

krummas commented 11 years ago

thanks!