[PATCHWATCHER ONLY, NO APPLY] msi: Implement the DROP TABLE sql command.

James Hawkins jhawkins at codeweavers.com
Thu Oct 2 14:16:01 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/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 +
 18 files changed, 199 insertions(+), 15 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: d032117d48a95a7d1285f8a27f6c89b5418bdd2d.diff
Type: text/x-patch
Size: 14964 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081002/fdb339a5/attachment.bin 


More information about the wine-patches mailing list