atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / create.c
2011-09-23  Hans Leidekkermsi: Remove an unused parameter from msi_create_table.
2011-07-27  Hans Leidekkermsi: Make the column and table name parameters of get_c...
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-05-28  Hans Leidekkermsi: Don't duplicate the table name in CREATE_CreateView.
2009-05-28  Hans Leidekkermsi: Constify some parameters.
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-02-26  James Hawkinsmsi: Don't create a temporary table that is not held.
2009-02-26  James Hawkinsmsi: A non-temporary table cannot have a temporary...
2009-02-26  James Hawkinsmsi: The _Tables and _Columns tables have no persistenc...
2008-10-07  James Hawkinsmsi: Remove a break that kept other columns from gettin...
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-11-06  James Hawkinsmsi: Add a missing struct initialization.
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-04-24  Rob Shearmanmsi: All columns being temporary means the table is...
2007-04-24  Rob Shearmanmsi: Move table creation to table.c.
2006-09-07  Mike McCormackmsi: Check that column names are unique when creating...
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.
2005-11-02  Mike McCormackCreate the +msidb debug channel for msi database code.
2005-09-21  Mike McCormackFix some simple 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-05-23  Mike McCormackTrack memory allocations in the SQL parser.
2005-02-08  Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
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 McCormackHack field types, fix ref counting.
2004-06-30  Aric StewartFix field numbering so the CREATE query works for multi...
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-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...