Module: wine Branch: master Commit: cc366e12829a20570b3d2e3cc508a8c861c722cb URL: http://source.winehq.org/git/wine.git/?a=commit;h=cc366e12829a20570b3d2e3cc5...
Author: Nate Gallaher ngallaher@deepthought.org Date: Sun Oct 18 12:41:41 2009 -0400
msi: Add tablename tracking to VIEW_find_column.
This fixes the bug where multiple columns of the same name, but different tables are members of a join. Any attempt to refer to these columns will resolve to the first available column with that name, irregardless of any tablename modifier.
---
dlls/msi/alter.c | 5 +++-- dlls/msi/create.c | 5 +++-- dlls/msi/delete.c | 7 ++++--- dlls/msi/distinct.c | 7 ++++--- dlls/msi/insert.c | 19 +++++++++++-------- dlls/msi/join.c | 8 +++++--- dlls/msi/msipriv.h | 8 ++++---- dlls/msi/msiquery.c | 14 ++++++++++---- dlls/msi/query.h | 8 +++++++- dlls/msi/select.c | 11 ++++++----- dlls/msi/sql.y | 3 ++- dlls/msi/storages.c | 6 ++++-- dlls/msi/streams.c | 6 ++++-- dlls/msi/table.c | 13 +++++++++++-- dlls/msi/update.c | 7 ++++--- dlls/msi/where.c | 15 +++++++++------ 16 files changed, 91 insertions(+), 51 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cc366e12829a20570b3d2e...