James Hawkins : msi: Implement the MSIMODIFY_UPDATE command in the SELECT view.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jul 27 07:34:44 CDT 2007


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

Author: James Hawkins <truiken at gmail.com>
Date:   Thu Jul 26 17:40:38 2007 -0700

msi: Implement the MSIMODIFY_UPDATE command in the SELECT view.

---

 dlls/msi/alter.c    |   12 +++++-
 dlls/msi/create.c   |    3 +-
 dlls/msi/delete.c   |    3 +-
 dlls/msi/distinct.c |    5 +-
 dlls/msi/insert.c   |    3 +-
 dlls/msi/join.c     |   30 ++++++++++++-
 dlls/msi/msipriv.h  |   10 +++-
 dlls/msi/msiquery.c |  120 ++++++++++++++++++++++++++++-----------------------
 dlls/msi/order.c    |   19 +++++++-
 dlls/msi/select.c   |   81 +++++++++++++++++++++++++++++++++-
 dlls/msi/streams.c  |   12 +++++-
 dlls/msi/table.c    |   28 +++++++++---
 dlls/msi/tests/db.c |   20 ++-------
 dlls/msi/update.c   |    3 +-
 dlls/msi/where.c    |   22 ++++++++-
 15 files changed, 276 insertions(+), 95 deletions(-)

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



More information about the wine-cvs mailing list