msi: Add more tests for the Installer.OpenPackage method.
[wine] / dlls / msi / tests / db.c
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...
2008-02-11  James Hawkinsmsi: Add tests for not using quotes in SQL queries.
2008-02-07  James Hawkinsmsi: Test using carriage returns in SQL queries and...
2008-02-05  James Hawkinsmsi: Add tests for using single quotes in an INSERT...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-09  James Hawkinsmsi: Actually delete the row data instead of blanking...
2008-01-09  James Hawkinsmsi: Test committing a table with a removed row.
2008-01-09  James Hawkinsmsi: Handle markers in the WHERE section of an UPDATE...
2007-12-23  James Hawkinsmsi: Allow the not-equal operator in WHERE query string...
2007-12-23  James Hawkinsmsi: Fix deleting temporary rows, with tests.
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-12-18  James Hawkinsmsi: Test sorting a table using a column that is not...
2007-11-12  James Hawkinsmsi: Create the _Tables table when creating a database.
2007-11-12  James Hawkinsmsi: Test the default tables added by MsiOpenDatabase.
2007-11-05  James Hawkinsmsi: MsiViewGetError returns MSIDBERROR, not UINT.
2007-11-05  James Hawkinsmsi: Test and implement the MSIMODIFY_DELETE command.
2007-10-26  James Hawkinsmsi: Use package_from_db instead of opening the package...
2007-10-18  James Hawkinsmsi: Save nonpersistent strings as holes in the string...
2007-10-18  James Hawkinsmsi: Test adding nonpersistent strings to the string...
2007-10-18  James Hawkinsmsi: Return ERROR_FUNCTION_FAILED if a matching row...
2007-10-18  James Hawkinsmsi: Return ERROR_FUNCTION_FAILED when inserting duplic...
2007-08-02  James Hawkinsmsi: Reimplement joins to allow joining any number...
2007-08-02  James Hawkinsmsi: Add tests for joining three tables.
2007-07-30  James Hawkinsmsi: Treat an empty string and a NULL string as the...
2007-07-30  James Hawkinsmsi: Keep track of the wildcard record index.
2007-07-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
2007-07-27  James Hawkinsmsi: Add more tests for MSIMODIFY_UPDATE.
2007-07-24  James Hawkinsmsi: Add handling for the MSIMODIFY_UPDATE command.
2007-07-24  James Hawkinsmsi: Add tests for the MSIMODIFY_UPDATE command.
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-07-19  James Hawkinsmsi: Add more tests for the ALTER command.
next