kernel: Remove no longer needed includes.
[wine] / dlls / msi / table.c
2006-04-07  Mike McCormackmsi: Use a debug channel to turn on transform debugging.
2006-04-07  Mike McCormackmsi: Fix possible free of uninitialized pointer.
2006-03-20  Robert Shearmanmsi: Optimise WHERE operations.
2006-02-22  Robert Shearmanmsi: Fix heap overflow in save_string_table.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-02  Mike McCormackCreate the +msidb debug channel for msi database code.
2005-10-29  Mike McCormackDeleted two buggy functions that incorrectly and ineffi...
2005-10-27  Mike McCormackImplement transforms. This still includes some debuggi...
2005-10-26  Mike McCormackCreate a stub function to apply a single table transfor...
2005-09-28  Mike McCormackFix and test MsiViewGetColumnInfo and binary fields.
2005-09-26  Mike McCormackCreate a function to determine the table's row size...
2005-09-22  Mike McCormackLoad a table's column information separately from the...
2005-09-21  Mike McCormackDon't refcount tables.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-17  Mike McCormackFix memory leaks in the table code.
2005-09-16  Mike McCormackMake load_string_table return the string table.
2005-09-14  Mike McCormackConvert the list of tables to a standard list.
2005-08-29  Mike McCormack- the combination of all table keys must be unique...
2005-08-24  Mike McCormackImplement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
2005-08-08  Mike McCormackHandle loading strings over 64k from the string table.
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-20  Juan LangTurn handled errors from ERRs to WARNs or TRACEs.
2005-05-11  Mike McCormackAvoid some non-standard str functions.
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-02-16  Mike McCormackAllow MsiViewExecute to be called twice on the same...
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-08  Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-20  Mike McCormackFix a bug caused by freeing memory too soon in the...
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-12-10  Michael StefaniucAdd missing HeapFree's (found by smatch).
2004-12-06  Mike McCormackFix transposition of 4 byte values when reading in...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-07-12  Mike McCormackRemove a piece of dead code causing a warning.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-06  Mike McCormackAllow binary fields with stream names longer than table...
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-06-30  Mike McCormackFix the UPDATE query.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-29  Mike McCormackDump database table names on startup.
2004-06-29  Mike McCormackAllow reading records containing streams.
2004-06-28  Aric StewartStart implementing actions.
2004-06-26  Mike McCormackPull the codepage from the string table.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2004-03-19  Mike McCormackFirst go at write support.
2004-03-18  Mike McCormackWhen loading table data, split it up into rows.
2004-03-17  Mike McCormackMove the string table out into a separate file, improve...
2003-10-28  Mike McCormackTreat missing MSI tables as empty.
2003-10-28  Mike McCormackFixed MSI buffer overflow.
2003-10-28  Mike McCormackFix string value lookups in MSI.
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 ...