msi: Add support for table names in select statements.
commit5c56e1f440049e0676b81f74c182d4ce25661dec
authorNathan Gallaher <ngallaher@deepthought.org>
Tue, 10 Nov 2009 01:41:43 +0000 (9 20:41 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Nov 2009 14:53:53 +0000 (24 15:53 +0100)
treeaca0e03dee3c22b5c82de72f44ed8053a0990160
parent51000c171b256b1367550cfab6f77d34d8c63f68
msi: Add support for table names in select statements.

Propagate tablename from 'SELECT tablename.column from tablename' queries
into VIEW_find_column(). Previously, the tablename had been dropped.
dlls/msi/select.c