Bug #61126 Calling rs.getString after rs.updateString returns the old value from the db
Submitted: 11 May 2011 2:04 Modified: 11 Jul 2012 12:41
Reporter: Dmitry Isakbayev Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / J Severity:S1 (Critical)
Version:5.1.13 OS:Linux
Assigned to: CPU Architecture:Any
Tags: jdbc, oracle compatability

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[11 May 2011 2:10] Dmitry Isakbayev
Two test cases for recreating the problem.

Attachment: BugReportVisibilityOfUpdate.java (text/x-java), 2.44 KiB.

[1 Jun 2012 18:28] Sveta Smirnova
test case I used, partially compatible with c/J testsuite

Attachment: bug61126.java (text/x-java), 2.18 KiB.