msi: Implement the DROP TABLE sql command. [try2]

James Hawkins jhawkins at codeweavers.com
Thu Oct 2 15:56:54 CDT 2008


Added a missing debugstr_w.

---
 dlls/msi/Makefile.in |    1 +
 dlls/msi/alter.c     |    1 +
 dlls/msi/create.c    |    8 +++-
 dlls/msi/delete.c    |    3 +-
 dlls/msi/distinct.c  |    1 +
 dlls/msi/drop.c      |  125 ++++++++++++++++++++++++++++++++++++++++++++++++++
 dlls/msi/insert.c    |    1 +
 dlls/msi/join.c      |    1 +
 dlls/msi/msipriv.h   |    5 ++
 dlls/msi/query.h     |    2 +
 dlls/msi/select.c    |    1 +
 dlls/msi/sql.y       |   18 ++++++-
 dlls/msi/storages.c  |    1 +
 dlls/msi/streams.c   |    1 +
 dlls/msi/table.c     |   61 ++++++++++++++++++++----
 dlls/msi/tests/db.c  |   89 +++++++++++++++++++++++++++++++++++
 dlls/msi/tokenize.c  |    2 +
 dlls/msi/update.c    |    1 +
 dlls/msi/where.c     |    1 +
 19 files changed, 308 insertions(+), 15 deletions(-)
 create mode 100644 dlls/msi/drop.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6b9a12e3a8fd04df7d71a6f30cd6bc3e8b5ddfad.diff
Type: text/x-patch
Size: 17307 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081002/a21b445d/attachment-0001.bin 


More information about the wine-patches mailing list