Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
10.2.1.6
-
None
-
Solaris 10/x86, Sun Java 1.4.2
-
Low
-
Embedded/Client difference
Description
ResultSetMetaData#isDefinitelyWritable on the client does the same test
as isWritable.
The embedded driver is more pessimistic, and always returns false.
The comment is the embedded code says:
// we just don't know if it is a base table column or not
For the present implementation of updatable result set (forward only), under
which conditions would the update fail? Or is the client correct correct here?
Attachments
Issue Links
- is part of
-
DERBY-310 Document and/or change Derby client code to match behavior with Embedded driver where possible.
- Closed