Commit d4c87e3
James William Pye
s/query/prepare; fix cursor seek and reverse reads.
These API changes reflect a more verb-oriented direction. query may be
re-introduced for prepare & execute a single statement, but I'll let that idea
settle before doing so.
Remove scroll & move. Move can't accept "-0", so scroll+move fell short of the
functionality that seek provides. :(
Allow backward reads on scrollable cursors by using negative quantities. Might
be a little too cute, but we'll see.
Remaining cursor work includes proper dispatching of next read transactions.1 parent d9cc214 commit d4c87e3
4 files changed
Lines changed: 588 additions & 610 deletions
0 commit comments