[Tarantool-patches] [PATCH] sql: fix update of a self-referenced table
Konstantin Osipov
kostja.osipov at gmail.com
Tue Feb 18 22:11:25 MSK 2020
* Chris Sosnin <k.sosnin at tarantool.org> [20/02/18 20:56]:
> An update of a self-referenced table is not handled correctly:
> if a new row doesn't reference itself, it is considered to violate
> the constraint. This patch makes vdbe to inspect the table on updates
> too with a little change: the row we find should be different from the
> one we are updating.
How is tarantool different from upstream that it needs this fix?
Why is the bug not present in the upstream (I assume it isn't,
it's quite obvious)?
Did you file a bug in the upstream if it's present in it?
--
Konstantin Osipov, Moscow, Russia
More information about the Tarantool-patches
mailing list