ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / msi / insert.c
2006-09-07  Mike McCormackmsi: Make sure there's a value for each column when...
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.
2005-11-02  Mike McCormackCreate the +msidb debug channel for msi database code.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-08-24  Mike McCormackImplement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
2005-05-30  Mike McCormackRemove more types from the parser.
2005-05-29  Mike McCormackGet rid of some redundant parser types.
2005-05-23  Mike McCormackTrack memory allocations in the SQL parser.
2005-02-08  Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
2005-01-20  Mike McCormackFix and test inserting records.
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-06-30  Mike McCormackFix the INSERT query when inserting integers into a...
2004-06-30  Aric StewartFix the INSERT query.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-03-20  Mike McCormackStart implementing the SQL insert query.