lp:~timruhl/mariadb-java-client/local-infile-inputstream

Created by Tim Ruhl and last modified
Get this branch:
bzr branch lp:~timruhl/mariadb-java-client/local-infile-inputstream
Only Tim Ruhl can upload to this branch. If you are Tim Ruhl please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Tim Ruhl
Project:
MariaDB Java Client
Status:
Development

Recent revisions

418. By Tim Ruhl

- Implemented setLocalInfileInputStream method
- Added test case

417. By Vladislav Vaintroub

Add copyright header that was removed by mistake.

416. By Vladislav Vaintroub

CONJ-28 : CHAR BINARY or VARCHAR BINARY field are erronerously handled as BINARY type.
They should be treated as character, as BINARY only specified collation (i.e sort order), but the column still contains strings not blobs.

The patch fixes MySQLColumnInformation.isBinary() function to return true only character set is 63 - the binary pseudo-charset code

415. By Vladislav Vaintroub

bump version

414. By Vladislav Vaintroub

CONJ-27 : Implement tcpAbortiveClose option, for "hard" socket closing.

If set, client will abort connection in a way that TCP connection does not enter usual TCP_WAIT state upon close, and free local port. This option can be handy in situation where connections are created and destroyed in rapid succession and new connection can't be created because of port shortage.

413. By Vladislav Vaintroub

Removed unused classes.

412. By Vladislav Vaintroub

Fix test warning

411. By Vladislav Vaintroub

Small refactoring : remove yet another unnecessary level of abstraction - MySQLQueryFactory. Use MySQLQuery directory

410. By Vladislav Vaintroub

CONJ-25 : Close open streaming result sets, when closing connection.

Prior to this patch a connection would hang during close(), if streaming result set was not fully read.

409. By Vladislav Vaintroub

CONJ-24 - first() is not legal to use with streaming result set, throw exception if it used

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