Mike McCormack
|
2e19d49538
|
msi: Check that transforms preserve tables.
|
2006-10-05 11:32:27 +02:00 |
James Hawkins
|
6be7ba7546
|
msi: Implement MsiDatabaseImport.
|
2006-10-03 20:18:38 +02:00 |
Benjamin Arai
|
4195697cc1
|
msi: Adds test to check "JOIN" operator with "*" operator for the SELECT clause returns the correct results.
|
2006-09-21 11:26:13 +02:00 |
Benjamin Arai
|
a35ff56580
|
msi: Adds test to check if basic "JOIN" operator without "WHERE" clause returns the correct results.
|
2006-09-21 11:26:05 +02:00 |
Benjamin Arai
|
f84c1463c1
|
msi: Adds test to check if "AND" operator returns the correct result for the "WHERE" clause.
|
2006-09-20 20:04:21 +02:00 |
Benjamin Arai
|
32d002c7ed
|
msi: Adds tests to check if joins return the correct number of rows.
|
2006-09-20 20:04:01 +02:00 |
Benjamin Arai
|
d4c6b06ed7
|
msi: Updates tests for joins to include row and column ids in message.
|
2006-09-20 20:03:54 +02:00 |
Mike McCormack
|
60d92d42a3
|
msi: Fix a couple of test cases for MsiDatabaseIsTablePersistent.
|
2006-09-13 12:19:54 +02:00 |
Mike McCormack
|
61c1dd2b32
|
msi: Add a test for ALTER TABLE.
|
2006-09-13 11:44:06 +02:00 |
Mike McCormack
|
b4005c15f0
|
msi: Fix database creation.
|
2006-09-13 11:43:11 +02:00 |
James Hawkins
|
bfc1b5c15f
|
msi: Add more join tests.
|
2006-09-13 11:36:54 +02:00 |
Mike McCormack
|
74a6a1e71b
|
msi: Delete databases we create but never commit.
|
2006-09-13 10:58:42 +02:00 |
Mike McCormack
|
e1757fcad2
|
msi: Add some more tests for MsiOpenDatabase.
|
2006-09-12 11:01:25 +02:00 |
Mike McCormack
|
0fc2bd760c
|
msi: Add more tests for temporary columns.
|
2006-09-08 12:46:42 +02:00 |
Mike McCormack
|
77d3c59843
|
msi: Fix the TEMPORARY keyword for columns.
|
2006-09-08 12:46:32 +02:00 |
Mike McCormack
|
14ab62306c
|
msi: Add a test for MsiDatabaseIsTablePersistent.
|
2006-09-08 12:46:25 +02:00 |
James Hawkins
|
a302f03c65
|
msi: Allow non-key columns to be used with the join query.
|
2006-09-08 12:43:55 +02:00 |
James Hawkins
|
d8c13370b3
|
msi: Add tests for MSI SQL join queries.
|
2006-09-08 12:43:39 +02:00 |
James Hawkins
|
7e86590518
|
msi: Add more tests for the _Streams table.
|
2006-09-07 15:12:06 +02:00 |
Mike McCormack
|
d998543edb
|
msi: Add a short test for transforms.
|
2006-09-07 12:00:22 +02:00 |
Mike McCormack
|
12baa13ba5
|
msi: Make opening and closing 4000 handle into two tests, not 20000.
|
2006-09-07 12:00:00 +02:00 |
Mike McCormack
|
6991563d81
|
msi: Implement MsiDatabaseExport.
|
2006-09-07 11:01:07 +02:00 |
Mike McCormack
|
5699936cf1
|
msi: Make sure there's a value for each column when inserting data.
|
2006-09-07 11:00:40 +02:00 |
Mike McCormack
|
533833b4e1
|
msi: Validate database fields before inserting them.
|
2006-09-07 11:00:32 +02:00 |
Mike McCormack
|
2924501a68
|
msi: Check that column names are unique when creating a table.
|
2006-09-07 10:57:45 +02:00 |
Dan Kegel
|
29f0803c02
|
msi: Remove limit on number of handles.
|
2006-08-28 17:49:31 +02:00 |
Dan Kegel
|
98ec9399c4
|
msi/tests: Add test to verify we can create 4000 msi handles.
|
2006-08-28 17:49:08 +02:00 |
Mike McCormack
|
5f832b2731
|
msi: Fix writing of long strings to the database.
|
2006-08-28 11:49:21 +02:00 |
Mike McCormack
|
b42f9df913
|
msi: Fix a couple of memory leaks in the test code.
|
2006-08-16 12:53:57 +02:00 |
Andrew Talbot
|
72ac6f5d4e
|
msi/tests: Write-strings warnings fix.
|
2006-08-02 22:04:00 +02:00 |
James Hawkins
|
91ec65d7f1
|
msi: Add tests for SQL query markers.
|
2006-08-02 11:45:26 +02:00 |
Andrew Talbot
|
81592e497b
|
msi/tests: Write-strings warnings fix.
|
2006-07-29 11:51:02 +02:00 |
James Hawkins
|
05bd17b8b7
|
msi: Add tests for MsiDatabaseImport.
|
2006-07-28 12:35:37 +02:00 |
Mike McCormack
|
65d12c342d
|
msi: Fix the value of LONG integers in records (suggested by James Hawkins).
|
2006-07-27 11:57:12 +02:00 |
Andrew Talbot
|
320da90632
|
msi/tests: Write-strings warnings fix.
|
2006-07-26 10:25:21 +02:00 |
Mike McCormack
|
4ab109e507
|
msi: Fix where queries on 32bit integer columns.
|
2006-07-25 11:22:43 +02:00 |
James Hawkins
|
8144e17169
|
msi: Add tests for the WHERE SQL clause.
|
2006-07-25 11:22:19 +02:00 |
Andrew Talbot
|
685e7007e1
|
msi/tests: Write-strings warnings fixes.
|
2006-06-19 09:21:42 +02:00 |
Mike McCormack
|
94dc36e5a6
|
msi: Add test for _Streams table (based on patch by Andrey Turkin).
|
2006-06-15 12:24:16 +02:00 |
Mike McCormack
|
863bc989b9
|
msi: Add a test for reading long strings.
|
2006-06-14 12:47:06 +02:00 |
Mike McCormack
|
2d323b3df8
|
msi: Add a test for creating a record with a long string.
|
2006-06-14 12:47:05 +02:00 |
Mike McCormack
|
d2dca89c52
|
msi: Add a test for MsiDatabaseExport.
|
2006-06-14 12:47:05 +02:00 |
Mike McCormack
|
a28ebdf7d4
|
msi: Add some more test cases for INSERT.
|
2006-06-12 16:04:31 +02:00 |
Mike McCormack
|
3c81969a55
|
msi: Remove an inconsistent test.
|
2006-06-12 16:02:53 +02:00 |
Mike McCormack
|
bbbcc2a1be
|
msi: Add some test cases for "SELECT ... WHERE condition".
|
2006-06-12 13:21:47 +02:00 |
EA Durbin
|
4e66d4791c
|
msi/tests: Fixed a typo.
|
2006-06-07 14:19:52 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
5c63332b4f
|
Fix passing of NULL pointers to MsiDecomposeDescriptor and add a
test.
|
2005-11-09 10:59:20 +00:00 |
Saulius Krasuckas
|
056d96939b
|
Win9x returns MSIDBERROR_NOERROR.
|
2005-11-05 10:42:57 +00:00 |
Mike McCormack
|
8e74308a10
|
Fix and test MsiViewGetColumnInfo and binary fields.
|
2005-09-28 11:59:40 +00:00 |