Bug #6875 | ResultSetMetada.isNullable() return wrong value for CachedRowSet RI | ||
---|---|---|---|
Submitted: | 29 Nov 2004 12:54 | Modified: | 31 Mar 2014 7:54 |
Reporter: | Christophe JOLIF | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / J | Severity: | S1 (Critical) |
Version: | 3.0.16-ga | OS: | Windows (Windows XP) |
Assigned to: | Alexander Soklakov | CPU Architecture: | Any |
[29 Nov 2004 12:54]
Christophe JOLIF
[29 Nov 2004 15:10]
Mark Matthews
However, the issue is how 'true' we are to the JDBC spec in this case (and Sun's cached rowset as well). The only way you _can_ have an autoincrement column is if it's defined _NOT_NULL_, which is what most clients of ResultSetMetaData will expect to see when they call isNullable(). If we implement this, it will have to be configurable, because other clients will expect the 'correct' behavior.
[14 Feb 2005 22:54]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[31 Mar 2014 7:54]
Alexander Soklakov
I close this report as "Not a Bug" because there is no feedback for a long time and codebase is too old. Please, feel free to reopen it if something should be done here.