v0.30.1
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