[tarantool-patches] Re: [PATCH v1 2/2] sql: unset pragma in transitive-transactions test

n.pettik korablev at tarantool.org
Thu Jun 21 18:45:46 MSK 2018


> +box.sql.execute('PRAGMA defer_foreign_keys = 0;')
> +box.sql.execute('pragma foreign_keys = 0;’);

Could you please explain, why do you need to turn off foreign keys?
AFAIK by default they are enabled. It is okay to change defer mode, but
I see no reason to disable them at all.





More information about the Tarantool-patches mailing list