[patches] [PATCH 1/3] sql: unify SQL cursor interface

Alex Khatskevich avkhatskevich at tarantool.org
Mon Feb 12 18:37:46 MSK 2018


Just noticed:
There are places like that:
```

assert((pCur->curFlags & BTCF_TaCursor) ||
        (pCur->curFlags & BTCF_TEphemCursor));

if (pCur->curFlags & BTCF_TaCursor) {
        return tarantoolSqlite3MovetoUnpacked(pCur, pIdxKey, pRes);
}
return tarantoolSqlite3MovetoUnpacked(pCur, pIdxKey, pRes);


```

Refactoring required!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20180212/89398187/attachment.html>


More information about the Tarantool-patches mailing list