msi: Implement the DROP TABLE sql command.

James Hawkins jhawkins at codeweavers.com
Thu Oct 2 14:25:16 CDT 2008


Hi,  I can't repro this problem on my machine, so I'm sending this
patch to patchwatcher by way of wine-patches to get some info.  Please
do not apply.

---
 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     |   77 ++++++++++++++++++++++++++----
 dlls/msi/tests/db.c  |   89 +++++++++++++++++++++++++++++++++++
 dlls/msi/tokenize.c  |    2 +
 dlls/msi/update.c    |    1 +
 dlls/msi/where.c     |    1 +
 19 files changed, 324 insertions(+), 15 deletions(-)
 create mode 100644 dlls/msi/drop.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 19ed3d64b942176912e27b29a91838f2ba99b5aa.diff
Type: text/x-patch
Size: 18063 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081002/70da26ea/attachment-0001.bin 


More information about the wine-patches mailing list