mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
The virtual table compiles but does not work and is missing many features.
This is an incremental check-in. FossilOrigin-Name: a32849d6bf66462d1f511714a00f24519d7b7079
This commit is contained in:
@ -620,10 +620,10 @@ int lsm_csr_last(lsm_cursor *pCsr);
|
||||
** <li> At least one seek function must have been called on the cursor.
|
||||
** <li> To call lsm_csr_next(), the most recent call to a seek function must
|
||||
** have been either lsm_csr_first() or a call to lsm_csr_seek() specifying
|
||||
** LSM_SEEK_GE.
|
||||
** LSM_SEEK_GE.
|
||||
** <li> To call lsm_csr_prev(), the most recent call to a seek function must
|
||||
** have been either lsm_csr_first() or a call to lsm_csr_seek() specifying
|
||||
** LSM_SEEK_GE.
|
||||
** have been either lsm_csr_last() or a call to lsm_csr_seek() specifying
|
||||
** LSM_SEEK_LE.
|
||||
** </ul>
|
||||
**
|
||||
** Otherwise, if the above conditions are not met when lsm_csr_next or
|
||||
|
Reference in New Issue
Block a user