shell32: Indentation fix.
[wine] / dlls / msi / select.c
2012-11-12  Michael Stefaniucmsi: Don't over-allocate memory for a MSISELECTVIEW.
2012-10-29  Hans Leidekkermsi: Preserve strings with embedded nulls when copying...
2011-12-23  Hans Leidekkermsi: Fix handling of single quoted column names in...
2011-10-20  Bernhard Loosmsi: Always use WHEREVIEW for sorting.
2011-07-27  Hans Leidekkermsi: Make the column and table name parameters of get_c...
2009-11-24  Nathan Gallahermsi: Add support for table names in select statements.
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-03-02  James Hawkinsmsi: Correctly order transposed column values in the...
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
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-13  Andrew Talbotmsi: Constify some variables.
2007-04-24  Rob Shearmanmsi: Add support for adding temporary/non-persistent...
2006-10-26  Mike McCormackmsi: Update tables using records, not integer by integer.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-09-07  Mike McCormackmsi: Create a function to copy record fields, use it...
2006-06-10  Alexandre Julliardmsi: Make all the ops structures static and const.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-20  Robert Shearmanmsi: Optimise WHERE operations.
2006-01-10  Mike McCormackmsi: Count the number of columns requested and allocate...
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-08-24  Mike McCormackImplement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
2005-05-29  Mike McCormackGet rid of some redundant parser types.
2005-02-08  Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-06-30  Mike McCormackMake the SQL insert query work.
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 ...