projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
msi: Downgrade an error.
[wine]
/
dlls
/
msi
/
tests
/
db.c
2008-02-11
James Hawkins
msi: Add tests for not using quotes in SQL queries.
blob
|
commitdiff
|
raw
2008-02-07
James Hawkins
msi: Test using carriage returns in SQL queries and...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
James Hawkins
msi: Add tests for using single quotes in an INSERT...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
James Hawkins
msi: Actually delete the row data instead of blanking...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
James Hawkins
msi: Test committing a table with a removed row.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
James Hawkins
msi: Handle markers in the WHERE section of an UPDATE...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-23
James Hawkins
msi: Allow the not-equal operator in WHERE query string...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-23
James Hawkins
msi: Fix deleting temporary rows, with tests.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-18
James Hawkins
msi: Sort each table of the join separately.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-18
James Hawkins
msi: Test sorting a table using a column that is not...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-12
James Hawkins
msi: Create the _Tables table when creating a database.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-12
James Hawkins
msi: Test the default tables added by MsiOpenDatabase.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-05
James Hawkins
msi: MsiViewGetError returns MSIDBERROR, not UINT.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-05
James Hawkins
msi: Test and implement the MSIMODIFY_DELETE command.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-26
James Hawkins
msi: Use package_from_db instead of opening the package...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-18
James Hawkins
msi: Save nonpersistent strings as holes in the string...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-18
James Hawkins
msi: Test adding nonpersistent strings to the string...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-18
James Hawkins
msi: Return ERROR_FUNCTION_FAILED if a matching row...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-18
James Hawkins
msi: Return ERROR_FUNCTION_FAILED when inserting duplic...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-02
James Hawkins
msi: Reimplement joins to allow joining any number...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-02
James Hawkins
msi: Add tests for joining three tables.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
James Hawkins
msi: Treat an empty string and a NULL string as the...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
James Hawkins
msi: Keep track of the wildcard record index.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-27
James Hawkins
msi: Implement the MSIMODIFY_UPDATE command in the...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-27
James Hawkins
msi: Add more tests for MSIMODIFY_UPDATE.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
James Hawkins
msi: Add handling for the MSIMODIFY_UPDATE command.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
James Hawkins
msi: Add tests for the MSIMODIFY_UPDATE command.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-23
James Hawkins
msi: Ref count temporary columns and release them when...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-23
James Hawkins
msi: Implement adding columns using the ALTER command.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-19
James Hawkins
msi: Implement reference counting for tables, manipulat...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-19
James Hawkins
msi: Add more tests for the ALTER command.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-11
James Hawkins
msi: Add tests for adding properties in a transform.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-10
James Hawkins
msi: Handle adding columns in transforms.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-10
James Hawkins
msi: Test adding columns with data in a transform.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-10
James Hawkins
msi: Delete msifile after the tests.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-10
James Hawkins
msi: Match the changes made by the hand-generated and...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-19
James Hawkins
msi: Properly delete rows from the table, instead of...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-30
Francois Gouget
msi/tests: Add missing '\n' to ok() call.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-25
James Hawkins
msi: Implement special handling for the _Streams table.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: All columns being temporary means the table is...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Add a persistent flag to tables.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Rob Shearman
msi: Don't add info to the _Columns table for non-persi...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-23
James Hawkins
msi: Return MSICONDITION_NONE in MsiDatabaseIsTablePers...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-28
Francois Gouget
Remove unneeded checks on the GetModuleHandle() return...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
James Hawkins
msi: Add tests for using markers in SELECT clauses.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-11
Marcus Meissner
made functions and variables static in some testcases.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-04
Mike McCormack
msi: Double quotes are not valid in queries.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-04
Mike McCormack
msi: Add tests for quoting in queries.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-17
Mike McCormack
msi: Add a test showing which tables are special.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-07
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-07
Mike McCormack
msi: Fix WHERE IS (NOT) NULL queries.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-07
Mike McCormack
msi: Fix regression tests failing on Windows.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-02
Mike McCormack
msi: Fix a handle leak in the tests.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Mike McCormack
msi: Add a test showing a join doesn't need a WHERE...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Mike McCormack
msi: Use a simpler algorithm for joins.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Mike McCormack
msi: Test the data returned by join queries in one...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Mike McCormack
msi: Fix the ALTER and FREE keywords in the tokenizer.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-26
Mike McCormack
msi: Fix the join algorithm.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-26
Mike McCormack
msi: Allow UPDATE queries without a condition.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-26
Mike McCormack
msi: Fixed the UPDATE query to work with explicit values.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-26
James Hawkins
msi: Add tests for the UPDATE sql command.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-23
Mike McCormack
msi: Fix insertion of null integers into a table.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-23
Mike McCormack
msi: Add the column type INTEGER as an alias for INT.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-20
James Hawkins
msi: Add tests for integer column types.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-20
James Hawkins
msi: Integer columns can have the 'NOT NULL' modifier...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-20
James Hawkins
msi: Allow more than one primary key in a table when...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-18
Alexandre Julliard
msi/tests: Make sure to delete the test data file.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Mike McCormack
msi: Fix tables with binary data where the key is an...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Mike McCormack
msi: Stream fields shouldn't be treated as strings.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Mike McCormack
msi: Add a test for modifying a table containing binary...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-12
Mike McCormack
msi: Handle the sign properly when converting integer...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-12
Mike McCormack
msi: Test transforms removing a row in a table.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-12
Mike McCormack
msi: Tests for transforms modifying rows in a table.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-11
Mike McCormack
msi: Check that transforms return the correct data.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Michael Ploujnikov
msi/tests: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Mike McCormack
msi: Fix handle leaks in the test cases.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Mike McCormack
msi: Check that transforms preserve tables.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-03
James Hawkins
msi: Implement MsiDatabaseImport.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-21
Benjamin Arai
msi: Adds test to check "JOIN" operator with "*" operat...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-21
Benjamin Arai
msi: Adds test to check if basic "JOIN" operator withou...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-20
Benjamin Arai
msi: Adds test to check if "AND" operator returns the...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-20
Benjamin Arai
msi: Adds tests to check if joins return the correct...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-20
Benjamin Arai
msi: Updates tests for joins to include row and column...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Mike McCormack
msi: Fix a couple of test cases for MsiDatabaseIsTableP...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Mike McCormack
msi: Add a test for ALTER TABLE.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Mike McCormack
msi: Fix database creation.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
James Hawkins
msi: Add more join tests.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Mike McCormack
msi: Delete databases we create but never commit.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-12
Mike McCormack
msi: Add some more tests for MsiOpenDatabase.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-08
Mike McCormack
msi: Add more tests for temporary columns.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-08
Mike McCormack
msi: Fix the TEMPORARY keyword for columns.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-08
Mike McCormack
msi: Add a test for MsiDatabaseIsTablePersistent.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-08
James Hawkins
msi: Allow non-key columns to be used with the join...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-08
James Hawkins
msi: Add tests for MSI SQL join queries.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
James Hawkins
msi: Add more tests for the _Streams table.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Mike McCormack
msi: Add a short test for transforms.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Mike McCormack
msi: Make opening and closing 4000 handle into two...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Mike McCormack
msi: Implement MsiDatabaseExport.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Mike McCormack
msi: Make sure there's a value for each column when...
blob
|
commitdiff
|
raw
|
diff to current
next