[
https://issues.apache.org/jira/browse/DERBY-3839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705633#action_12705633
]
Dag H. Wanvik commented on DERBY-3839:
--------------------------------------
It seems in the client/Server case, a prefetch of rows is performed
independently of setting derby.language.bulkFetchDefault, so the change is not
seen. I think it acceptable
behavior that the client driver does some prefetching of its own. I tried
calling st.setFetchSize(1) but it made no difference. That quantity is only
considered a hint, though. If the app really cares about changes, it should
make a new query. Btw, Derby does not yet implement scrollable sensitive
result sets.
> Convert
> "org.apache.derbyTesting.functionTests.tests.store.holdCursorJDBC30.sql" to
> junit.
> -------------------------------------------------------------------------------------------
>
> Key: DERBY-3839
> URL: https://issues.apache.org/jira/browse/DERBY-3839
> Project: Derby
> Issue Type: Test
> Components: Test
> Reporter: Junjie Peng
> Assignee: Tiago R. Espinha
> Attachments: derby-3839-1.patch, derby-3839-1.stat, derby-3839.patch,
> derby-3839.patch, ReproHoldCursorBug.java, ReproHoldCursorBug.java,
> ReproHoldCursorBug.java
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.