日本: 03-5843-1140
USA - Toll Free: +1-866-221-0634
USA - From abroad: +1-408-701-9009
USA - Subscription Renewals: +1-866-830-4410
UK: +44 845 399 1124
Ireland: +353 1 6919191
Germany: +49 89 420 95 98 95
France: +33 1 70 61 48 95
Sweden: +46 730 207 871
Benelux: +358 50 5710 528
Italy: +39 06-99268193
Israel: +358 50 5710 528
Spain & Portugal: + 34 933905461
Other EMEA countries: +353 1 6919191
Asia Pacific: +81 3 5843 1140
MySQL の新しいリリース、技術情報、イベントなどの情報が記載されています。
毎月発行される MySQL ニュースレターを購読しませんか?
MySQL Connector/J 3.1.0 a new version of the Type-IV all-Java JDBC driver for MySQL has been released.
It is now available in source and binary form from the Connector/J download pages at
http://www.mysql.com/downloads/api-jdbc-dev.html
and mirror sites.
Note that not all mirror sites may be up to date at this point of time - if you can't find this version on some mirror, please try again later or choose another download site.
This is an ALPHA release for the feature set that is in line with the features MySQL-4.1 is offering, including Unicode character sets and server-side prepared statements.
From the changelog:
* Added 'requireSSL' property.
* Added 'useServerPrepStmts' property (default 'false'). The driver will use server-side prepared statements when the server version supports them (4.1 and newer) when this property is set to 'true'. It is currently set to 'false' by default until all bind/fetch functionality has been implemented. Currently only DML prepared statements are implemented for 4.1 server-side prepared statements.
* Track open Statements, close all when Connection.close() is called (JDBC compliance).
