usp10: Add some tests for ScriptShape/Place and make them pass.
[wine] / dlls / msi / alter.c
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.