wined3d: Add extension detection to the GL format template table.
[wine] / dlls / msi / streams.c
2009-05-28  Hans Leidekkermsi: Fix some memory leaks.
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-03-02  James Hawkinsmsi: Correctly order transposed column values in the...
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-08-19  James Hawkinsmsi: Ignore all non-stream elements when filling the...
2008-03-01  James Hawkinsmsi: Include query.h to pull in the definition of STREA...
2008-02-19  Gerald Pfeifermsi: Adjust the signedness of three variables.
2008-02-16  Marcus Meissnermsi: Fixed error reporting of add_streams_to_table.
2008-02-05  James Hawkinsmsi: Implement the MSIMODIFY_ASSIGN action of MsiViewMo...
2007-12-26  Rob Shearmanmsi: Fix several memory leaks after using IEnumSTATSTG_...
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-10-18  James Hawkinsmsi: Add handling for MSIMODIFY_INSERT for the streams...
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-25  James Hawkinsmsi: Implement special handling for the _Streams table.