msi: Spelling fixes.
[wine] / dlls / msi / tests / db.c
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.
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.
next