[tarantool-patches] Re: [PATCH 1/8] sql: remove SQLITE_ENABLE_UPDATE_DELETE_LIMIT define

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sat Dec 29 20:42:31 MSK 2018


Hi! Thanks for the patch!

SQLITE_ENABLE_UPDATE_DELETE_LIMIT still exists
in sql-tap/e_delete.test.lua.

I found out that in this file all tests from line 111
to line 495 are about DELETE LIMIT, so we can remove
them as well, can't we?

On 28/12/2018 12:34, Nikita Pettik wrote:
> Code under this define is dead. What is more, it uses affinity, so lets
> remove it.
> 
> Needed for #3698
> ---
>   src/box/sql/parse.y   |  2 --
>   src/box/sql/resolve.c | 20 --------------------
>   2 files changed, 22 deletions(-)
> 




More information about the Tarantool-patches mailing list