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

James Hawkins jhawkins at codeweavers.com
Thu Oct 2 15:00:31 CDT 2008


---
 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 --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-msi-Implement-the-DROP-TABLE-sql-command.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20081002/cf7a7266/attachment-0001.txt 


More information about the wine-patches mailing list