Skip to content
Snippets Groups Projects
Commit 6789b073 authored by Kirill Yukhin's avatar Kirill Yukhin Committed by Konstantin Osipov
Browse files

sql: Do not assert if Cursor is invalid state.

 * Logic behind `OP_Next` allows to iterate over invalidated
   cursors. If cursor is invalid - `sqlite3BtreeNext()` will return
   non zero status to the engine. Respect this behaviour in
   `tarantoolSqlite3Next`.

 * Similar change in `tarantoolSqlite3Previous`.
parent be30fb41
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment