Added quoted identifiers to database names for
Connection.setCatalog.
Added support for quoted identifiers in
PreparedStatement parser.
Streamlined character conversion and
byte[] handling in
PreparedStatements for
setByte().
Reduce memory footprint of
PreparedStatements by sharing outbound
packet with MysqlIO.
Added strictUpdates property to allow
control of amount of checking for “correctness”
of updatable result sets. Set this to
false if you want faster updatable result
sets and you know that you create them from
SELECT statements on tables with primary
keys and that you have selected all primary keys in your
query.
Added support for 4.0.8-style large packets.
Fixed PreparedStatement.executeBatch()
parameter overwriting.
Ésta es una traducción del manual de referencia de MySQL, que puede encontrarse en dev.mysql.com. El manual de referencia original de MySQL está escrito en inglés, y esta traducción no necesariamente está tan actualizada como la versión original. Para cualquier sugerencia sobre la traducción y para señalar errores de cualquier tipo, no dude en dirigirse a mysql-es@vespito.com.
