Skip to content
Snippets Groups Projects
Commit 6e7fa12a authored by Ilya Verbin's avatar Ilya Verbin Committed by Aleksandr Lyapunov
Browse files

box: fix complex foreign keys with nullable fields

If a foreign key consists of multiple fields with `is_nullable=true`
attribute, it's OK to insert a tuple with all-null key, however a
combination of null and non-null fields is not allowed.

Closes #7046

NO_DOC=bugfix
parent ed46feb2
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