From: Kirill Yukhin <kyukhin@tarantool.org> To: tarantool-patches@freelists.org Cc: korablev@tarantool.org Subject: [tarantool-patches] Re: [PATCH 0/3] Delete foreign_keys and ignore_check_constraints pragmas Date: Fri, 5 Oct 2018 10:15:47 +0300 [thread overview] Message-ID: <20181005071547.ue5nnjmmsgzkaeyi@tarantool.org> (raw) In-Reply-To: <cover.1538476785.git.avkhatskevich@tarantool.org> Hello, On 02 Oct 13:48, AKhatskevich wrote: > Issue: https://github.com/tarantool/tarantool/issues/3696 > Branch: https://github.com/tarantool/tarantool/tree/kh/gh-3696-delete-pragmas-2 > > Those pragmas let a user turn off constraint checks. > They are considered useless and dangerous. > > AKhatskevich (3): > sql: delete unused code > sql: delete foreign_keys pragma > sql: delete ignore_check_constraints pragma > > src/box/sql.c | 3 +- > src/box/sql/CMakeLists.txt | 1 - > src/box/sql/fkey.c | 21 +-- > src/box/sql/insert.c | 7 +- > src/box/sql/main.c | 291 ------------------------------ > src/box/sql/pragma.h | 14 -- > src/box/sql/sqliteInt.h | 19 +- > test/sql-tap/check.test.lua | 15 +- > test/sql-tap/tkt-b1d3a2e531.test.lua | 8 +- > test/sql-tap/triggerC.test.lua | 5 +- > test/sql/transitive-transactions.result | 3 - > test/sql/transitive-transactions.test.lua | 1 - > 12 files changed, 12 insertions(+), 376 deletions(-) I've checked the patchset of 3 commits into 2.0 branch. Your branch contained extra commit, which didn't pass review so far. I've kicked it. (I didn't delete the branch because of that) -- Regards, Kirill Yukhin > > -- > 2.14.1 > >
prev parent reply other threads:[~2018-10-05 7:15 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-10-02 10:48 [tarantool-patches] " AKhatskevich 2018-10-02 10:48 ` [tarantool-patches] [PATCH 1/3] sql: delete unused code AKhatskevich 2018-10-02 13:36 ` [tarantool-patches] " n.pettik 2018-10-04 15:16 ` Alex Khatskevich 2018-10-02 10:48 ` [tarantool-patches] [PATCH 2/3] sql: delete foreign_keys pragma AKhatskevich 2018-10-02 13:36 ` [tarantool-patches] " n.pettik 2018-10-04 15:16 ` Alex Khatskevich 2018-10-02 10:48 ` [tarantool-patches] [PATCH 3/3] sql: delete ignore_check_constraints pragma AKhatskevich 2018-10-02 13:36 ` [tarantool-patches] " n.pettik 2018-10-04 15:16 ` Alex Khatskevich 2018-10-04 16:27 ` [tarantool-patches] Re: [PATCH 0/3] Delete foreign_keys and ignore_check_constraints pragmas n.pettik 2018-10-05 7:15 ` Kirill Yukhin [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20181005071547.ue5nnjmmsgzkaeyi@tarantool.org \ --to=kyukhin@tarantool.org \ --cc=korablev@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='[tarantool-patches] Re: [PATCH 0/3] Delete foreign_keys and ignore_check_constraints pragmas' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox