Skip to content

v0.30.1

Compare
Choose a tag to compare
@elliotchance elliotchance released this 27 Dec 21:06
· 2 commits to main since this release
eaa590c
DELETE: Fix panic when using PRIMARY KEY (#203)

When an index lookup occurs as part of a DELETE, it was not stripping
the qualified identifiers in the row necessary for storage to find the
rows.

This did not effect the equivilent UPDATE, but I have add an extra
test for that anyway.

Fixed #200