Diffusion KDb 3e7b595ee908

Expand feature test for buffered cursors

Authored by jfita on Apr 25 2020, 9:00 PM.

Description

Expand feature test for buffered cursors

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.

Reviewers: staniek, piggz

Subscribers: Kexi-Devel-list

Tags: KDb

FIXED-IN:3.2.1

Differential Revision: https://phabricator.kde.org/D29185

Details

Committed
staniekApr 25 2020, 9:01 PM
Differential Revision
D29185: Expand feature test for buffered cursors
Parents
R15:20fb7f0d2631: Take all args to kdbfeaturestest before the driver
Branches
Unknown
Tags
Unknown