msi: Downgrade an error.
[wine] / dlls / msi / tests / db.c
2012-01-03  Hans Leidekkermsi: Accept a missing left backquote in SQL identifiers.
2011-12-23  Hans Leidekkermsi: Fix handling of single quoted column names in...
2011-09-12  Bernhard Loosmsi: The underlying tables might have changed, so it...
2011-08-26  Bernhard Loosmsi: Make WHEREVIEW able to deal directly with multiple...
2011-07-28  Bernhard Loosmsi: MsiDatabaseCommit also succeeds for a a readonly...
2011-06-07  Hans Leidekkermsi: Add support for returning validation errors.
2011-05-12  Hans Leidekkermsi: Unescape ^Q^Y sequences in text archives.
2011-05-12  Hans Leidekkermsi: Handle embedded nulls in text archives.
2011-03-30  Hans Leidekkermsi/tests: Get rid of workarounds for win9x test failures.
2011-03-10  David Hedbergmsi: Use ordering information to update the correct...
2011-02-11  Austin Englishmsi/tests: Make sure to use a return value (LLVM/Clang).
2011-01-27  Hans Leidekkermsi/tests: Consistently test return values (clang).
2010-11-17  Hans Leidekkermsi: Add support for importing and exporting the specia...
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-10-11  Hans Leidekkermsi: Allocate 3 bytes instead of 2 for in-memory string...
2010-10-01  Alexandre Julliardmsi/tests: Make some variables static.
2010-09-18  Hans Leidekkermsi: Read supported platform and language ids from...
2010-07-23  Hans Leidekkermsi/tests: Initialize a string buffer and fix some...
2010-07-22  Hans Leidekkermsi/tests: Skip tests when the current user has insuffi...
2010-07-22  Hans Leidekkermsi/tests: Return an error code from helper_createpacka...
2010-06-11  Hans Leidekkermsi: Disable an optimization in the execution of WHERE...
2010-06-07  Matijn Woudtmsi/tests: Testcases for CREATE TABLE.
2010-03-23  Hans Leidekkermsi: Don't crash on null last parameter in MsiDecompose...
2010-02-19  Hans Leidekkermsi: Add summary information stream to the streams...
2010-02-19  Hans Leidekkermsi: Accept '\5' and '-' in SQL identifiers.
2010-02-04  Hans Leidekkermsi: Add tests for the _Streams table implementation.
2010-01-22  Hans Leidekkermsi: Add tests for updating rows in join tables.
2010-01-19  Hans Leidekkermsi: Add a test to exersize the code to retrieve rows...
2009-12-16  James Hawkinsmsi: Fix a leaking record handle.
2009-12-15  Hans Leidekkermsi: Reject greater than and less than string compariso...
2009-12-14  James Hawkinsmsi: Free the enumeration data returned by IEnumSTATSTG...
2009-12-11  Chris Schafermsi/tests: Remove some barriers to running msi tests...
2009-11-24  Nathan Gallahermsi/tests: Test for SELECT table.column FROM table.
2009-10-27  Nate Gallahermsi: Test that a query on a join of two tables returns...
2009-10-20  Hib Erismsi: Fix table rows order.
2009-10-20  Hib Erismsi: Fix merging string type checks.
2009-10-20  Hib Erismsi/tests: Add tests for rows order.
2009-10-20  Hib Erismsi/tests: Add test for merging string types.
2009-10-20  Hib Erismsi: Fix a failure with merging existing tables.
2009-10-20  Hib Erismsi/tests: Add tests for merging existing tables.
2009-07-06  Hib Erismsi: Implement ASSIGN mode in MsiViewModify.
2009-07-06  Hib Erismsi/tests: Add tests for MsiViewModify ASSIGN mode.
2009-06-22  Hib Erismsi: Insert new tables in correct _Tables location.
2009-06-22  Hib Erismsi/tests: Add tests for order of tables.
2009-06-11  Mike Kaplinskiymsi: Add a test to insert a null primary key temporary...
2009-06-04  Hans Leidekkermsi: Add tests for importing a _SummaryInformation...
2009-05-27  Hib Erismsi: Add support for merging tables that are not in...
2009-05-27  Hib Erismsi/tests: Add test for merging tables that are not...
2009-05-27  Hib Erismsi: Fix merging tables with string primary keys.
2009-05-27  Hib Erismsi/tests: Add test for merging tables with string...
2009-05-27  Hib Erismsi: Add support for importing binary OBJECTS.
2009-05-26  Hib Erismsi/tests: Add test for importing binary OBJECTS.
2009-05-26  Hib Erismsi: Add support for binary OBJECTS.
2009-05-26  Hib Erismsi/tests: Add tests for binary OBJECTS.
2009-04-28  Hib Erismsi: Fix LONGCHAR column data type.
2009-04-28  Hib Erismsi/tests: Test type for LONGCHAR columns.
2009-04-28  Hib Erismsi: Fix SHORT column data type.
2009-04-28  Hib Erismsi/tests: Test type for INTEGER, SHORT, LONG columns.
2009-04-28  Hib Erismsi: Fix INT column data type.
2009-04-28  Hib Erismsi/tests: Test type for INT column.
2009-03-02  James Hawkinsmsi: Handle reading from a NULL stream.
2009-03-02  James Hawkinsmsi: Don't treat carriage returns as spaces.
2009-03-02  James Hawkinsmsi: Don't allow nested quotes in SQL queries.
2009-03-02  James Hawkinsmsi: Add missing calls to MsiViewClose.
2009-03-02  James Hawkinsmsi: The _Streams and _Storages table are special and...
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-03-02  James Hawkinsmsi: Order primary keys to be first in the column list...
2009-03-02  James Hawkinsmsi: Correctly order transposed column values in the...
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...
2009-02-26  James Hawkinsmsi: Make sure the view being updated is the same view...
2009-02-26  James Hawkinsmsi: Make sure a constant string's quotes match up.
2009-01-29  Alasdair Sinclairmsi/tests: Fix missing void in empty parameter list.
2009-01-08  Alexandre Julliardmsi/tests: Use CreateFile instead of OpenFile to avoid...
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2008-12-15  Francois Gougetmsi/tests: Make enum_stream_names() and package_RegDele...
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-10-28  Nicolas Le Cammsi/tests: Fix a failing test on all platforms up to...
2008-10-24  James Hawkinsmsi: Fix a failing test in win9x.
2008-10-09  Alexandre Julliardmsi/tests: Clean up the binary.dat file.
2008-10-09  James Hawkinsmsi: Add initial implementation of MsiDatabaseMerge...
2008-10-07  James Hawkinsmsi: Add tests for dropping tables with multiple columns.
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-07-09  James Hawkinsmsi: Add tests for opening a package from a database.
2008-07-08  James Hawkinsmsi: Add handling for the special _Storages table.
2008-07-08  James Hawkinsmsi: Properly add a storage to the database and verify...
2008-07-02  James Hawkinsmsi: Test the special _Storages table.
2008-04-08  Austin Englishmsi: Spelling fixes.
2008-04-07  James Hawkinsmsi: Don't execute the view again when modifying a...
2008-04-07  James Hawkinsmsi: Don't reorder the table when matching rows as...
2008-04-03  James Hawkinsmsi: Fix joining a nonexistent table with another table.
2008-04-02  James Hawkinsmsi: Handle sorting an empty table.
2008-03-20  James Hawkinsmsi: Clean up the db when skipping the tests.
2008-03-18  James Hawkinsmsi: Skip the endlines test if the table fails on import.
2008-02-18  James Hawkinsmsi: Implement the MSIMODIFY_REFRESH command of MsiView...
2008-02-18  James Hawkinsmsi: Add tests for the MSIMODIFY_REFRESH command.
2008-02-12  James Hawkinsmsi: Handle carriage returns in MsiDatabaseImport.
2008-02-12  James Hawkinsmsi: Use MsiViewModify instead of building a SQL query...
2008-02-11  James Hawkinsmsi: Handle the special table _ForceCodepage in MsiData...
next