configure: Send pkg-config error messages to /dev/null.
[wine] / dlls / msi / select.c
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 ...