msi: Properly delete rows from the table, instead of zeroing out the row.
commit9309f4dfa0f82e3ed2d3582a33fad5eb6a321498
authorJames Hawkins <truiken@gmail.com>
Mon, 18 Jun 2007 20:49:31 +0000 (18 13:49 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 19 Jun 2007 09:31:44 +0000 (19 11:31 +0200)
tree50aa7b35d96191bf3b42ebe3979b361afb3935a9
parent82f4e3981bacb58625f1d72893342b8d328365c5
msi: Properly delete rows from the table, instead of zeroing out the row.
14 files changed:
dlls/msi/alter.c
dlls/msi/create.c
dlls/msi/delete.c
dlls/msi/distinct.c
dlls/msi/insert.c
dlls/msi/join.c
dlls/msi/msipriv.h
dlls/msi/order.c
dlls/msi/select.c
dlls/msi/streams.c
dlls/msi/table.c
dlls/msi/tests/db.c
dlls/msi/update.c
dlls/msi/where.c