[tarantool-patches] Re: [PATCH v2 0/4] sql: get rid off sqlite3NestedParse

Kirill Yukhin kyukhin at tarantool.org
Wed Jul 11 16:45:27 MSK 2018


Hello,
On 10 июл 20:08, Kirill Shcherbatov wrote:
> As we are going to implement parser as separate library,
> we should get rid off sqlite3NestedParse calls.   
> Last usages in statistics update could be trivially rewrited
> to do not start parsing. We manually build AST structures 
> simmilar to parser did and manually call sql_table_delete_from. 
> Finilly, I've removed all sqlite3NestedParse mentionings.
> Also slightly refactored OP_Open{Write,Read} opcodes and 
> vdbe_emit_open_cursor function to use index_id instead of tnum.
> 
> Branch: http://github.com/tarantool/tarantool/tree/kshch/gh-3496-no-nested-parse
> Issue: https://github.com/tarantool/tarantool/issues/3496
I've pushed the patchset into 2.0 branch.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list