msi: Fix compilation in MSVC.
[wine] / dlls / msi / tests / db.c
2007-07-11  James Hawkinsmsi: Add tests for adding properties in a transform.
2007-07-10  James Hawkinsmsi: Handle adding columns in transforms.
2007-07-10  James Hawkinsmsi: Test adding columns with data in a transform.
2007-07-10  James Hawkinsmsi: Delete msifile after the tests.
2007-07-10  James Hawkinsmsi: Match the changes made by the hand-generated and...
2007-06-19  James Hawkinsmsi: Properly delete rows from the table, instead of...
2007-04-30  Francois Gougetmsi/tests: Add missing '\n' to ok() call.
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.
2007-04-24  Rob Shearmanmsi: All columns being temporary means the table is...
2007-04-24  Rob Shearmanmsi: Add a persistent flag to tables.
2007-04-24  Rob Shearmanmsi: Don't add info to the _Columns table for non-persi...
2007-04-23  James Hawkinsmsi: Return MSICONDITION_NONE in MsiDatabaseIsTablePers...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-02-26  James Hawkinsmsi: Add tests for using markers in SELECT clauses.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-04  Mike McCormackmsi: Double quotes are not valid in queries.
2006-12-04  Mike McCormackmsi: Add tests for quoting in queries.
2006-11-17  Mike McCormackmsi: Add a test showing which tables are special.
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-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-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-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-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  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-05  Mike McCormackmsi: Check that transforms preserve tables.
2006-10-03  James Hawkinsmsi: Implement MsiDatabaseImport.
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-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...
next