[ http://issues.apache.org/jira/browse/DERBY-1382?page=all ]
Dag H. Wanvik closed DERBY-1382. -------------------------------- > 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 > Issue Type: Bug > Components: JDBC, Network Client > Affects Versions: 10.1.3.1, 10.1.1.0, 10.1.2.1, 10.2.1.6 > Reporter: Dag H. Wanvik > Assigned To: Fernanda Pizzorno > Fix For: 10.2.1.6 > > Attachments: derby-1382-doc.diff, derby-1382.diff, derby-1382.stat, > Main.java > > > 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
