client: lobs fails silently with result sets of type TYPE_SCROLL_INSENSITIVE
----------------------------------------------------------------------------
Key: DERBY-1382
URL: http://issues.apache.org/jira/browse/DERBY-1382
Project: Derby
Type: Bug
Components: JDBC, Network Client
Versions: 10.1.1.0, 10.1.1.1, 10.1.1.2, 10.1.2.0, 10.1.2.1, 10.1.2.2,
10.1.2.3, 10.1.2.4, 10.2.0.0, 10.1.3.0
Reporter: Dag H. Wanvik
Fix For: 10.2.0.0
The documentation for 10.1
(http://db.apache.org/derby/docs/10.1/adminguide/cadminappsclientdiffs.html)
states:
"Scrollable cursors (ResultSet.TYPE_SCROLL_SENSITIVE or
ResultSet.TYPE_SCROLL_INSENSITIVE) are not supported using the
network client if the result set contains LOB
data. TYPE_FORWARD_ONLY must be specified for result sets containing
LOB data."
Unfortunately, this is not signalled when one tries to use it, it just fails
silently,
cf. repro program. Either this should be implemented, or we should throw a
not implemented exception. For JDBC4 compliancy, it needs to be fixed, I
think.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira