msi: Fix a memory leak.
[wine] / dlls / msi / tests /
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Mike McCormackmsi: Fix WHERE IS (NOT) NULL queries.
2006-11-07  Mike McCormackmsi: Fix regression tests failing on Windows.
2006-11-02  Mike McCormackmsi: Fix a handle leak in the tests.
2006-10-31  Mike McCormackmsi: Add a test showing a join doesn't need a WHERE...
2006-10-31  Mike McCormackmsi: Use a simpler algorithm for joins.
2006-10-31  Mike McCormackmsi: Test the data returned by join queries in one...
2006-10-31  Mike McCormackmsi: Fix the ALTER and FREE keywords in the tokenizer.
2006-10-27  James Hawkinsmsi: Extract cabinets based on DiskId, not LastSequence.
2006-10-27  James Hawkinsmsi: Test the order in which cab files are handled...
2006-10-27  James Hawkinsmsi: Implement handling for the ErrorDialog and use...
2006-10-26  Mike McCormackmsi: Fix the join algorithm.
2006-10-26  Mike McCormackmsi: Allow UPDATE queries without a condition.
2006-10-26  Mike McCormackmsi: Fixed the UPDATE query to work with explicit values.
2006-10-26  James Hawkinsmsi: Add tests for the UPDATE sql command.
2006-10-24  James Hawkinsmsi: Add tests for installing from continuous cabinets.
2006-10-24  James Hawkinsmsi: Allow more customization of install test files.
2006-10-24  James Hawkinsmsi: Remove unused function pointer and definitions.
2006-10-24  James Hawkinsmsi: Remove two unnecessary install tables.
2006-10-24  James Hawkinsmsi: Add support for localizable strings in MsiDatabase...
2006-10-23  Francois Gougetmsi/tests: Fix compilation with gcc 2.95.
2006-10-23  Mike McCormackmsi: Fix insertion of null integers into a table.
2006-10-23  Mike McCormackmsi: Add the column type INTEGER as an alias for INT.
2006-10-20  James Hawkinsmsi: Add tests for integer column types.
2006-10-20  James Hawkinsmsi: Integer columns can have the 'NOT NULL' modifier...
2006-10-20  James Hawkinsmsi: Allow more than one primary key in a table when...
2006-10-20  James Hawkinsmsi: Only initialize a component's state if it is linke...
2006-10-20  James Hawkinsmsi: Use the ProgramFileDir reg value instead of Progra...
2006-10-20  James Hawkinsmsi: Implement the InstallServices action.
2006-10-20  Mike McCormackmsi: Fix an uninitialized variable causing random confo...
2006-10-19  James Hawkinsmsi: Add tests for the InstallServices action.
2006-10-19  James Hawkinsmsi: Set the USERNAME and COMPANYNAME properties when...
2006-10-18  Alexandre Julliardmsi/tests: Make sure to delete the test data file.
2006-10-17  Mike McCormackmsi: Fix tables with binary data where the key is an...
2006-10-17  Mike McCormackmsi: Stream fields shouldn't be treated as strings.
2006-10-17  Mike McCormackmsi: Add a test for modifying a table containing binary...
2006-10-17  Mike McCormackmsi: Add a test for summary information.
2006-10-14  James Hawkinsmsi: Also set the SOURCEDIR property in MSI_InstallPackage.
2006-10-12  Mike McCormackmsi: Handle the sign properly when converting integer...
2006-10-12  Mike McCormackmsi: Test transforms removing a row in a table.
2006-10-12  Mike McCormackmsi: Tests for transforms modifying rows in a table.
2006-10-11  James Hawkinsmsi: Set the SourceDir and SOURCEDIR properties in...
2006-10-11  James Hawkinsmsi: Clean up after the package tests.
2006-10-11  Mike McCormackmsi: Check that transforms return the correct data.
2006-10-10  Michael Ploujnikovmsi/tests: Win64 printf format warning fixes.
2006-10-10  Mike McCormackmsi: Fix handle leaks in the test cases.
2006-10-09  Paul Vriensmsi: Make tests run on Win98 again.
2006-10-05  Mike McCormackmsi: Check that transforms preserve tables.
2006-10-03  James Hawkinsmsi: Implement MsiDatabaseImport.
2006-10-03  Juan Langmsi: Implement msidbLocatorTypeFileName in RegLocator...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  James Hawkinsmsi: Follow state resolution rules when a feature paren...
2006-09-28  James Hawkinsmsi: A feature state of INSTALLSTATE_ABSENT translates...
2006-09-26  James Hawkinsmsi: If the feature linked to a component has a state...
2006-09-26  James Hawkinsmsi: Only specifically resolve the TARGETDIR directory...
2006-09-26  James Hawkinsmsi: Add tests for setting the target path of TARGETDIR...
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-09-21  James Hawkinsmsi: Disable child features of parent features that...
2006-09-21  James Hawkinsmsi: Don't check a component's install state if a compo...
2006-09-21  James Hawkinsmsi: Fix the results of a few tests to match Windows.
2006-09-21  James Hawkinsmsi: Load the component states in CostFinalize instead...
2006-09-21  James Hawkinsmsi: Initialize all features' action states to INSTALLS...
2006-09-21  James Hawkinsmsi: Only override a feature whose action state is...
2006-09-21  Benjamin Araimsi: Adds test to check "JOIN" operator with "*" operat...
2006-09-21  Benjamin Araimsi: Adds test to check if basic "JOIN" operator withou...
2006-09-20  Benjamin Araimsi: Adds test to check if "AND" operator returns the...
2006-09-20  Benjamin Araimsi: Adds tests to check if joins return the correct...
2006-09-20  Benjamin Araimsi: Updates tests for joins to include row and column...
2006-09-20  James Hawkinsmsi: INSTALLSTATE_SOURCE also overrides a parent featur...
2006-09-20  James Hawkinsmsi: Add tests for components with multiple parent...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Mike McCormackmsi: Fix a couple of test cases for MsiDatabaseIsTableP...
2006-09-13  Mike McCormackmsi: Add a test for ALTER TABLE.
2006-09-13  Mike McCormackmsi: Fix database creation.
2006-09-13  James Hawkinsmsi: Add more join tests.
2006-09-13  Alexandre Julliardtests: Moved some compatibility defines to wine/test.h.
2006-09-13  Mike McCormackmsi: Delete databases we create but never commit.
2006-09-12  Mike McCormackmsi: Add some more tests for MsiOpenDatabase.
2006-09-08  Mike McCormackmsi: Add more tests for temporary columns.
2006-09-08  Mike McCormackmsi: Fix the TEMPORARY keyword for columns.
2006-09-08  Mike McCormackmsi: Add a test for MsiDatabaseIsTablePersistent.
2006-09-08  James Hawkinsmsi: Allow non-key columns to be used with the join...
2006-09-08  James Hawkinsmsi: Add tests for MSI SQL join queries.
2006-09-07  James Hawkinsmsi: Add more tests for the _Streams table.
2006-09-07  James Hawkinsmsi: Add many more MsiFormatRecord tests.
2006-09-07  James Hawkinsmsi: Fix two MsiFormatRecord tests.
2006-09-07  James Hawkinsmsi: Use the TargetPath of a file if the file doesn...
2006-09-07  James Hawkinsmsi: Fix creation of the default format in MsiFormatRecord.
2006-09-07  James Hawkinsmsi: Add more tests for MsiFormatRecord.
2006-09-07  Mike McCormackmsi: Add a short test for transforms.
2006-09-07  Mike McCormackmsi: Make opening and closing 4000 handle into two...
2006-09-07  Mike McCormackmsi: Implement MsiDatabaseExport.
2006-09-07  Mike McCormackmsi: Make sure there's a value for each column when...
2006-09-07  Mike McCormackmsi: Validate database fields before inserting them.
2006-09-07  Mike McCormackmsi: Add a few more tests for MSI_NULL_INTEGER.
2006-09-07  Mike McCormackmsi: Check that column names are unique when creating...
2006-08-29  Mike McCormackmsi: Fix test compilation with MSVC6.
2006-08-29  Mike McCormackmsi: Properties are case sensitive.
2006-08-28  Dan Kegelmsi: Remove limit on number of handles.
2006-08-28  Dan Kegelmsi/tests: Add test to verify we can create 4000 msi...
next