JDK-4668340 : call insertRow() and request the auto values of the new row.
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.sql:bridge
  • Affected Version: 1.4.1
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2002-04-15
  • Updated: 2002-11-14
  • Resolved: 2002-11-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2 mantisFixed
Related Reports
Relates :  
Description
J2SE Version:
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b06)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b06, mixed mode)


A row after calling insertRow() is not in the ResultSet. 
This is a major feature of scrollable, updatable ResultSets to request 
auto values. For a simple insert you can use a PreparedStatement with 
a INSERT expression and you not need JDBC 2.0.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis FIXED IN: mantis INTEGRATED IN: mantis
14-06-2004

EVALUATION Unclear in bug report exactly what is being request for. Need to contact original filer and determine real intention. ###@###.### 2002-04-17 Pushing to India team for further investigation. ###@###.### 2002-05-14 Targetted for Mantis. ###@###.### 2002-05-28 This bug is somewhat similar to 4628693. Rowpositions of the result need to be updated after insertRow/updateRow/deleteRow calls. This has been completed and is ready for integration. ###@###.### 2002-10-29
29-10-2002