Marcus Eriksson: Drizzle JDBC 0.7
Just pushed Drizzle JDBC 0.7 to the maven repository, it contains bug fixes and features both for the MySQL and Drizzle support;- Support user name and password in Properties when connecting.
- A lot of datatype fixes thanks to the guys at Continuent and their Connector test suite.
- Initial implementation of ParameterMetadata.
- Fix umlaut bug reported by Christian Peter.
- Fix getTables to work properly after bug report from Christian Peter.
- Allow zero-length passwords, bug reported by Christian Peter.
- Throw proper exception when connection to server times out.
- Implementation of setObject with type conversions.
<dependency>
<groupId>org.drizzle.jdbc</groupId>
<artifactId>drizzle-jdbc</artifactId>
<version>0.7</version>
</dependency>
The code is in launchpad.
URL: http://developian.blogspot.com/2010/07/drizzle-jdbc-0.html
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

