msi: Use the handle to the treeview item if the item text is not returned.
[wine] / dlls / msi / where.c
2008-04-07  James Hawkinsmsi: Don't execute the view again when modifying a...
2008-03-01  James Hawkinsmsi: Don't bail out if the row to modify is not found...
2008-02-18  James Hawkinsmsi: Implement the MSIMODIFY_REFRESH command of MsiView...
2008-01-09  James Hawkinsmsi: Actually delete the row data instead of blanking...
2007-12-23  James Hawkinsmsi: Allow the not-equal operator in WHERE query string...
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-12-03  James Hawkinsmsi: Use a hash table for reordering rows in a WHERE...
2007-11-26  James Hawkinsmsi: Downgrade an ERR to a WARN.
2007-07-30  James Hawkinsmsi: Treat an empty string and a NULL string as the...
2007-07-30  James Hawkinsmsi: Keep track of the wildcard record index.
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.
2006-11-07  Mike McCormackmsi: Fix WHERE IS (NOT) NULL queries.
2006-10-26  Mike McCormackmsi: Update tables using records, not integer by integer.
2006-07-27  Mike McCormackmsi: Fix the value of LONG integers in records (suggest...
2006-07-25  Mike McCormackmsi: Fix where queries on 32bit integer columns.
2006-06-10  Alexandre Julliardmsi: Make all the ops structures static and const.
2006-06-05  Robert Shearmanmsi: An empty string is equivalent to nil, so handle...
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 McCormack-Wmissing-declarations and -Wwrite-strings warning...
2005-05-23  Mike McCormackTrack memory allocations in the SQL parser.
2005-02-16  Mike McCormackAllow MsiViewExecute to be called twice on the same...
2005-02-08  Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Mike McCormackFix selecting string columns and matching against a...
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.
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 McCormackFix crash that occurred when an invalid query string...
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.
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 ...