Hi
I just released DrizzleJDBC 1.2
DrizzleJDBC is a BSD licensed JDBC driver for MySQL/MariaDB/Drizzle
It is in maven central:
<dependency>
<groupId>org.drizzle.jdbc</groupId>
<artifactId>drizzle-jdbc</artifactId>
<version>1.2</version>
</dependency>
Changelog;
- Fix NPE bug when timestamp is null, patch by Tim Rickettsl on launchpad
Report bugs/feature requests etc on github;
/Marcus