[tarantool-patches] Re: [PATCH] sql: introduce ADD CONSTRAINT CHECK statement

Kirill Yukhin kyukhin at tarantool.org
Sat Jul 13 17:16:54 MSK 2019


Hello,

On 08 Jul 21:57, Nikita Pettik wrote:
> This patch extends parser's grammar to allow to create CHECK constraints
> on already existent tables via SQL facilities. Syntax is following:
> 
> ALTER TABLE <table> ADD CONSTRAINT <name> CHECK (<expr>);
> 
> Closes #3097
> ---
> Branch: https://github.com/tarantool/tarantool/tree/np/sql-add-create-ck-syntax
> Issue: https://github.com/tarantool/tarantool/issues/3097

I've checked your patch into master.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list