msi: INSTALLPROPERTY_AUTHORIZED_LUA_APP is only available with msi >= 3.0.
[wine] / dlls / msi / query.h
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-08-02  James Hawkinsmsi: Reimplement joins to allow joining any number...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-06-18  Andrew Talbotmsi: Name all or none of the formal arguments in functi...
2007-06-14  Andrew Talbotmsi: Constify some variables.
2007-06-13  Andrew Talbotmsi: Constify some variables.
2007-06-06  Andrew Talbotmsi: Constify some variables.
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.
2007-04-24  Rob Shearmanmsi: All columns being temporary means the table is...
2007-04-24  Rob Shearmanmsi: Move table creation to table.c.
2006-11-07  Mike McCormackmsi: Fix WHERE IS (NOT) NULL queries.
2006-10-31  Mike McCormackmsi: Use a simpler algorithm for joins.
2006-10-26  Mike McCormackmsi: Fixed the UPDATE query to work with explicit values.
2006-08-18  Mike McCormackmsi: Add a stub ALTER query.
2006-07-26  Mike McCormackmsi: Implement SQL inner joins.
2006-07-25  Mike McCormackmsi: Fix where queries on 32bit integer columns.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-05-31  Mike McCormackRemove some unused code.
2005-05-30  Mike McCormackRemove more types from the parser.
2005-05-29  Mike McCormackGet rid of some redundant parser types.
2005-05-23  Mike McCormackTrack memory allocations in the SQL parser.
2005-05-23  Mike McCormackCreate the ORDER BY view in a single call.
2005-05-23  Mike McCormack- remove the unused utf8 field of an expression
2005-02-14  Mike McCormackImplement SQL delete query.
2004-12-22  Mike McCormackFix selecting string columns and matching against a...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-07-04  Mike McCormackImplement the UPDATE query.
2004-07-04  Mike McCormackCreate the WHERE part of a query in one function call.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-26  Mike McCormackImplement queries by string value.
2004-03-20  Mike McCormackStart implementing the SQL insert query.
2004-03-19  Mike McCormackFirst go at write support.
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...