Bug #6225 speed issue with ssps.setLong(i, x) (new Long trashing)
Submitted: 23 Oct 2004 3:50 Modified: 20 Dec 2004 19:12
Reporter: Quartz12h
Status: Closed
Category:Connector/J Severity:S3 (Non-critical)
Version:3.1.4b OS:Microsoft Windows (win2k)
Assigned to: Mark Matthews Target Version:

File: Maximum allowed size is 500KB.
Description:
Privacy:

If the data you need to attach is more than 500KB, you should create a compressed archive of the data and a README file that describes the data with a filename that includes the bug number (example: bug-data-6225.zip), and use FTP to upload the archive to ftp://ftp.mysql.com/pub/mysql/upload/. Once you have uploaded the file, add a comment to this bug to notify us about it. Note: This directory is unlistable, which means that once you have uploaded your file, you will not be able to see it.

All entries become the exclusive editorial property of Sun Microsystems, Inc.

[25 Oct 2004 16:59] Quartz12h
test code (need the properties file)

Attachment: TestSQLStatements.java (text/plain), 14.53 KiB.

[25 Oct 2004 17:00] Quartz12h
props file

Attachment: test_3.1.4b.properties (application/octet-stream, text), 741 bytes.

[3 Nov 2004 3:24] Quartz12h
refactored without wrappers

Attachment: ServerPreparedStatement.java (text/plain), 52.59 KiB.

[3 Nov 2004 15:20] Quartz12h
fix setBoolean(): type =  'Z' not 'z'. Uses BindValue copy constructor, not clone() (turn
out to be faster! sorry)

Attachment: ServerPreparedStatement.java (text/plain), 52.50 KiB.