atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / alter.c
2011-07-27  Hans Leidekkermsi: Clean up the database queries.
2011-07-27  Hans Leidekkermsi: Make the column and table name parameters of get_c...
2009-12-16  James Hawkinsmsi: Free the columns view if check_column_exists fails.
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-05-28  Hans Leidekkermsi: Fix some memory leaks.
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
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-05  James Hawkinsmsi: Remove an unused parameter.
2007-10-23  James Hawkinsmsi: Don't delete the table if the table deleted itself...
2007-10-01  Alexandre Julliardmsi: Avoid accessing a freed object.
2007-07-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
2007-07-24  James Hawkinsmsi: Properly delete the columns view.
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...
2006-10-31  Mike McCormackmsi: Fix a trace.
2006-10-26  Mike McCormackmsi: Remove some unused functions.
2006-08-25  Mike McCormackmsi: Fix a memory leak.
2006-08-18  Mike McCormackmsi: Add a stub ALTER query.