Expand feature test for buffered cursors
ClosedPublic

Authored by jfita on Apr 25 2020, 7:39 PM.

Details

Summary

When testing a driver’s cached cursors it is interesting to see whether
the cursor actually can go back to the first record and then return the
values for all of them again.

Checking only the return value of KDbCursor::moveFirst and
KDbCursor::moveLast is not enough to see if it works, because they just
return true even though the driver does not change anything.

Diff Detail

Repository
R15 KDb
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jfita created this revision.Apr 25 2020, 7:39 PM
Restricted Application added a project: KDb. · View Herald TranscriptApr 25 2020, 7:39 PM
Restricted Application added a subscriber: Kexi-Devel-list. · View Herald Transcript
jfita requested review of this revision.Apr 25 2020, 7:39 PM
staniek accepted this revision.Apr 25 2020, 9:03 PM

Good job!

This revision is now accepted and ready to land.Apr 25 2020, 9:03 PM
This revision was automatically updated to reflect the committed changes.