msi: Parse the MSIDBOPEN_PATCHFILE flag.
[wine] / dlls / msi / join.c
2008-04-03  James Hawkinsmsi: Fix joining a nonexistent table with another table.
2008-03-12  Rob Shearmanmsi: Fix typos which caused joins of three or more...
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-08-02  James Hawkinsmsi: Reimplement joins to allow joining any number...
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...
2006-10-31  Mike McCormackmsi: Use a simpler algorithm for joins.
2006-10-26  Mike McCormackmsi: Fix the join algorithm.
2006-10-26  Mike McCormackmsi: Remove some unused functions.
2006-09-08  James Hawkinsmsi: Allow non-key columns to be used with the join...
2006-08-29  Mike McCormackmsi: Fix a memory leak.
2006-07-26  Mike McCormackmsi: Implement SQL inner joins.