msi: Adds test to check if "AND" operator returns the correct result for the "WHERE...
[wine] / dlls / msi / tests / db.c
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-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  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  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: Check that column names are unique when creating...
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...
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-08-16  Mike McCormackmsi: Fix a couple of memory leaks in the test code.
2006-08-02  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-08-02  James Hawkinsmsi: Add tests for SQL query markers.
2006-07-29  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-07-28  James Hawkinsmsi: Add tests for MsiDatabaseImport.
2006-07-27  Mike McCormackmsi: Fix the value of LONG integers in records (suggest...
2006-07-26  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-07-25  Mike McCormackmsi: Fix where queries on 32bit integer columns.
2006-07-25  James Hawkinsmsi: Add tests for the WHERE SQL clause.
2006-06-19  Andrew Talbotmsi/tests: Write-strings warnings fixes.
2006-06-15  Mike McCormackmsi: Add test for _Streams table (based on patch by...
2006-06-14  Mike McCormackmsi: Add a test for reading long strings.
2006-06-14  Mike McCormackmsi: Add a test for creating a record with a long string.
2006-06-14  Mike McCormackmsi: Add a test for MsiDatabaseExport.
2006-06-12  Mike McCormackmsi: Add some more test cases for INSERT.
2006-06-12  Mike McCormackmsi: Remove an inconsistent test.
2006-06-12  Mike McCormackmsi: Add some test cases for "SELECT ... WHERE condition".
2006-06-07  EA Durbinmsi/tests: Fixed a typo.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-09  Mike McCormackFix passing of NULL pointers to MsiDecomposeDescriptor...
2005-11-05  Saulius KrasuckasWin9x returns MSIDBERROR_NOERROR.
2005-09-28  Mike McCormackFix and test MsiViewGetColumnInfo and binary fields.
2005-09-06  Saulius KrasuckasOlder platforms choke on a NULL as the third parameter to
2005-08-24  Mike McCormackTest case for MsiModifyView and MsiViewGetError.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-05-29  Mike McCormack-Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2005-05-19  Mike McCormackOnly tables can be backquoted, strings must be single...
2005-05-07  Aric StewartCorrect a missing MsiCloseHandle().
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-03-22  Aric StewartTest package creation.
2005-02-26  Dmitry TimoshkovRemove a temporary msi database file.
2005-01-27  Mike McCormackTest different types of dodgy queries.
2005-01-25  Mike McCormackImplement, test and document MsiDecomposeDescriptor.
2005-01-20  Mike McCormackFix and test inserting records.
2005-01-10  Francois GougetAssorted spelling fixes.
2005-01-05  Mike McCormackAdd a simple test case for MSI databases.