Skip to content
Snippets Groups Projects
Commit 93067481 authored by Mergen Imeev's avatar Mergen Imeev Committed by Vladimir Davydov
Browse files

sql: convert SQL constraints to core constraints

This patch converts existing SQL foreign key constraints and check
constraints into core foreign key constraints and check constraints.

Closes #6986

@TarantoolBot document
Title: SQL constraints

SQL constraints will now use the tuple constraint mechanism instead of
the original SQL mechanism. This allows to set constraints that are
independent of the language used for creation. However, this disables
some SQL constraint features that are not supported by tuple
constraints.
parent 0b17808a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment