Fix signed/unsigned comparison warnings.
[wine] / dlls / msi / table.c
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 ...