msi: Fix where queries on 32bit integer columns.
[wine] / dlls / msi / tests / db.c
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.