Mike McCormack
|
48df747150
|
Fix a bug caused by freeing memory too soon in the table code.
|
2005-01-20 19:57:22 +00:00 |
Michael Stefaniuc
|
b937407ee5
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2005-01-20 10:36:35 +00:00 |
Mike McCormack
|
1bd8d8a55a
|
Fix selecting string columns and matching against a wildcard.
|
2004-12-22 15:22:12 +00:00 |
Michael Stefaniuc
|
9fe94da2aa
|
Add missing HeapFree's (found by smatch).
|
2004-12-10 15:24:52 +00:00 |
Mike McCormack
|
6b395bab07
|
Fix transposition of 4 byte values when reading in table data from
storage.
|
2004-12-06 16:17:45 +00:00 |
Francois Gouget
|
486d020c1b
|
Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
|
2004-10-07 03:06:48 +00:00 |
Mike McCormack
|
36123b5564
|
Remove a piece of dead code causing a warning.
|
2004-07-12 19:53:05 +00:00 |
Alexandre Julliard
|
a7a6f5f31c
|
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Refcount all objects, and use pointers internally.
|
2004-07-09 22:25:34 +00:00 |
Mike McCormack
|
c4d7c8daa0
|
Allow binary fields with stream names longer than table names.
|
2004-07-06 19:00:46 +00:00 |
Mike McCormack
|
24e9a34494
|
Fetch binary streams at the table level.
|
2004-07-06 18:56:12 +00:00 |
Mike McCormack
|
abd259fd12
|
Fix the UPDATE query.
|
2004-06-30 18:24:33 +00:00 |
Mike McCormack
|
ab519f2a2c
|
Make the SQL insert query work.
|
2004-06-30 18:18:27 +00:00 |
Mike McCormack
|
6fb0cee5d9
|
Dump database table names on startup.
|
2004-06-29 03:57:39 +00:00 |
Mike McCormack
|
0eecfdef67
|
Allow reading records containing streams.
|
2004-06-29 03:41:28 +00:00 |
Aric Stewart
|
401bd3f772
|
Start implementing actions.
|
2004-06-28 20:34:35 +00:00 |
Mike McCormack
|
c0523aaa57
|
Pull the codepage from the string table.
|
2004-06-26 00:18:36 +00:00 |
Francois Gouget
|
6a6c85c6d8
|
Make Unicode const strings static so they are not copied to the stack
each time we enter the function.
|
2004-04-19 20:12:14 +00:00 |
Mike McCormack
|
943a71e453
|
Fix handle allocation and the CREATE TABLE query.
|
2004-03-19 19:14:12 +00:00 |
Mike McCormack
|
068b4ec7d4
|
First go at write support.
|
2004-03-19 01:16:36 +00:00 |
Mike McCormack
|
b040e4bcd2
|
When loading table data, split it up into rows.
|
2004-03-18 04:04:08 +00:00 |
Mike McCormack
|
f5e1c13070
|
Move the string table out into a separate file, improve lookups.
|
2004-03-17 20:49:59 +00:00 |
Mike McCormack
|
367462798a
|
Treat missing MSI tables as empty.
|
2003-10-28 21:49:06 +00:00 |
Mike McCormack
|
3871395140
|
Fixed MSI buffer overflow.
|
2003-10-28 21:43:14 +00:00 |
Mike McCormack
|
717107bb65
|
Fix string value lookups in MSI.
|
2003-10-28 21:09:10 +00:00 |
Francois Gouget
|
ae50013017
|
Fix the case of product and company names.
|
2003-09-08 19:38:45 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Mike McCormack
|
6386edc5d8
|
Partial implementation of the Microsoft Installer (msi.dll).
|
2003-08-13 01:27:48 +00:00 |