lp:~gaul/mariadb-java-client/callablestatement-leak

Created by Andrew Gaul and last modified
Get this branch:
bzr branch lp:~gaul/mariadb-java-client/callablestatement-leak
Only Andrew Gaul can upload to this branch. If you are Andrew Gaul please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrew Gaul
Project:
MariaDB Java Client
Status:
Development

Recent revisions

499. By Andrew Gaul <email address hidden>

Plug CallableStatement resource leak

Found with FindBugs.

498. By Georg Richter

Fix for CONJ-78: all timeout parameters should be specified in microseconds
                 connectTimeout has to be specified in milliseconds instead of seconds.

497. By Vladislav Vaintroub

fix more test suite errors

496. By Vladislav Vaintroub

fix serverTimezone() unit test

495. By Georg Richter

Bug fix for CONJ-67: MySQLConnection class does not implement all JDBC4 methods and silently discards/ignores calls to them
  Throw an exception for non supported JDBC 4.1 functions or return the default value (catalog=null, timeout=0)

494. By Georg Richter

Fix for CONC-71: Database isn't auto-selected when connecting over SSL
  Always select the database explicitly when connection is established (like in
  libmariadb/libmysql client).

493. By Georg Richter

Bugfix for CONJ-72: tinyInt1isBit is not applied by MySQLDatabaseMetaData when retrieving columns
  If tinyInt1IsBit option is set and column_type is tinyint(1) getColumns has to return
  type.BIT instead if type.TINYINT

492. By Georg Richter

Bugfix for CONC-74: executeBatch Nullpointer exception if batchlist is empty
  Prevent batch execution if the batchlist for statements and prepared statements
  is null.

491. By Georg Richter

Bug fix for CONJ-73 (Assertion when calculating utf8 length):
  Fixed utf8 length calculation

490. By Vladislav Vaintroub

Use Timer constructor with thread name argument

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mariadb-java-client
This branch contains Public information 
Everyone can see this information.

Subscribers