Drizzle-JDBC 是数据库 Drizzle 的JDBC 驱动程序. This release has some bugfixes. It supports "ON DUPLICATE KEY UPDATE" in the rewrite batch handler. It handles prepared statement placeholders within quotes and comments. It will automatically run the test suite for MySQL as well as Drizzle. It will strip queries from comments in prepared statements. It uses java.nio.ByteBuffer, resulting in better performance and cleaner code. It has more and better reports in Hudson |