msi: Handle the machine context in MsiQueryFeatureState.
[wine] / dlls / msi / update.c
2008-01-09  James Hawkinsmsi: Handle markers in the WHERE section of an UPDATE...
2007-07-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
2007-07-23  James Hawkinsmsi: Ref count temporary columns and release them when...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-07-19  James Hawkinsmsi: Implement reference counting for tables, manipulat...
2007-06-19  James Hawkinsmsi: Properly delete rows from the table, instead of...
2007-06-14  Andrew Talbotmsi: Constify some variables.
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2006-11-29  Dmitry Timoshkovmsi: Make some data const and static.
2006-10-26  Mike McCormackmsi: Allow UPDATE queries without a condition.
2006-10-26  Mike McCormackmsi: Update tables using records, not integer by integer.
2006-10-26  Mike McCormackmsi: Fixed the UPDATE query to work with explicit values.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-20  Robert Shearmanmsi: Optimise WHERE operations.
2005-11-02  Mike McCormackCreate the +msidb debug channel for msi database code.
2005-09-26  Mike McCormackFix various query related memory leaks.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-05-29  Mike McCormackGet rid of some redundant parser types.
2005-05-23  Mike McCormackTrack memory allocations in the SQL parser.
2005-02-08  Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
2004-08-25  Aric StewartFree memory after we finish using it instead of just...
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-07-04  Mike McCormackImplement the UPDATE query.