James Hawkins : msi: Implement adding columns using the ALTER command.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 23 05:55:32 CDT 2007


Module: wine
Branch: master
Commit: 0fd733bf9096d51ef78cba7daafa8a1905bc3ee0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0fd733bf9096d51ef78cba7daafa8a1905bc3ee0

Author: James Hawkins <truiken at gmail.com>
Date:   Fri Jul 20 14:01:13 2007 -0700

msi: Implement adding columns using the ALTER command.

---

 dlls/msi/alter.c         |   82 +++++++++++++++++++++++++++++++++++++++++++++-
 dlls/msi/create.c        |    1 +
 dlls/msi/delete.c        |    1 +
 dlls/msi/distinct.c      |    1 +
 dlls/msi/insert.c        |    1 +
 dlls/msi/join.c          |    1 +
 dlls/msi/msipriv.h       |    5 +++
 dlls/msi/order.c         |    1 +
 dlls/msi/query.h         |    2 +-
 dlls/msi/select.c        |    1 +
 dlls/msi/sql.y           |   14 +++++++-
 dlls/msi/streams.c       |    1 +
 dlls/msi/table.c         |   71 +++++++++++++++++++++++++++------------
 dlls/msi/tests/db.c      |   35 +++++++------------
 dlls/msi/tests/package.c |    2 +-
 dlls/msi/tokenize.c      |    2 +
 dlls/msi/update.c        |    1 +
 dlls/msi/where.c         |    1 +
 18 files changed, 174 insertions(+), 49 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=0fd733bf9096d51ef78cba7daafa8a1905bc3ee0



More information about the wine-cvs mailing list