[tarantool-patches] Re: [PATCH 02/10] sql: remove string of fields collation from Table

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Aug 13 23:24:32 MSK 2018


Thanks for the patch! I have pushed my review fixes in
a separate commit.

Comment about my fix: you do not need to set oomfault from
sqlite malloc wrappers - it is already done inside.

On 12/08/2018 17:12, Nikita Pettik wrote:
> Part of #3561
> ---
>   src/box/sql/build.c     |  1 -
>   src/box/sql/insert.c    | 71 +++++++++++--------------------------------------
>   src/box/sql/sqliteInt.h | 14 +++++++---
>   src/box/sql/update.c    |  2 +-
>   4 files changed, 28 insertions(+), 60 deletions(-)
> 




More information about the Tarantool-patches mailing list