Mike McCormack
|
50684c15d5
|
Create the +msidb debug channel for msi database code.
|
2005-11-02 14:24:21 +00:00 |
Mike McCormack
|
8dc28d5306
|
Added memory allocation inline functions (part 1).
|
2005-09-20 11:57:19 +00:00 |
Mike McCormack
|
e8d1a167df
|
Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
|
2005-08-24 11:10:23 +00:00 |
Mike McCormack
|
b075f03acb
|
Remove more types from the parser.
|
2005-05-30 11:32:18 +00:00 |
Mike McCormack
|
d1a55eb3f8
|
Get rid of some redundant parser types.
|
2005-05-29 20:17:16 +00:00 |
Mike McCormack
|
0093007b32
|
Track memory allocations in the SQL parser.
|
2005-05-23 12:08:17 +00:00 |
Mike McCormack
|
ef1d367bcc
|
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
|
2005-02-08 13:44:25 +00:00 |
Mike McCormack
|
5007de8b05
|
Fix and test inserting records.
|
2005-01-20 20:39:15 +00:00 |
Aric Stewart
|
bc6ce2b249
|
Free memory after we finish using it instead of just before.
|
2004-08-25 17:31:39 +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
|
24e9a34494
|
Fetch binary streams at the table level.
|
2004-07-06 18:56:12 +00:00 |
Mike McCormack
|
99c2b9a994
|
Fix the INSERT query when inserting integers into a table.
|
2004-06-30 19:46:15 +00:00 |
Aric Stewart
|
9cb2787a95
|
Fix the INSERT query.
|
2004-06-30 18:23:52 +00:00 |
Mike McCormack
|
ab519f2a2c
|
Make the SQL insert query work.
|
2004-06-30 18:18:27 +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
|
ce533b7a70
|
Start implementing the SQL insert query.
|
2004-03-20 19:18:46 +00:00 |