Skip to content

Commit

Permalink
#755 cannot be implemented in V10, V11 at the earliest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jul 3, 2023
1 parent a30b147 commit 62a8eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devdoc/jdp/jdp-2023-12-async-fetching-result-set-rows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Implementations of `FBFetcher` in Jaybird will be modified appropriately to call
Async fetch will be added.
This should be transparent for implementations which do not support async fetch.

It should be possible to implement this in the V10 implementation (the level of the current implementation of `fetchRows` for PURE_JAVA).
The implementation will be done in V11, as the necessary infrastructure for processing deferred operations is not available in the V10 implementation.

Modification of `FBFetcher` only seems to make sense for `FBStatementFetcher`, but the behaviour of `FBUpdatableCursorFetcher` must be double-checked as it inherits from `FBStatementFetcher`.
It may also make sense in `FBCachedFetcher`, but this might be harder to do correctly.
Expand Down

0 comments on commit 62a8eac

Please sign in to comment.