Francois Gouget
|
d2364d5d27
|
Add a comment warning when a table must be kept sorted for later use with bsearch().
|
2008-05-06 16:11:09 +02:00 |
James Hawkins
|
0fd733bf90
|
msi: Implement adding columns using the ALTER command.
|
2007-07-23 11:55:11 +02:00 |
Andrew Talbot
|
e5938d6fbb
|
msi: Remove unused variables.
|
2007-01-12 20:41:45 +01:00 |
Mike McCormack
|
08d1398d97
|
msi: Double quotes are not valid in queries.
|
2006-12-04 12:41:08 +01:00 |
Mike McCormack
|
2b2953c6e7
|
msi: Remove tokens that aren't valid for MSI SQL.
|
2006-10-31 11:57:21 +01:00 |
Mike McCormack
|
57443e0112
|
msi: Fix the ALTER and FREE keywords in the tokenizer.
|
2006-10-31 11:56:49 +01:00 |
Mike McCormack
|
8858011375
|
msi: Add the column type INTEGER as an alias for INT.
|
2006-10-23 12:38:51 +02:00 |
Marcus Meissner
|
0c15360a3e
|
Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes.
|
2006-09-11 11:30:48 +02:00 |
Mike McCormack
|
77d3c59843
|
msi: Fix the TEMPORARY keyword for columns.
|
2006-09-08 12:46:32 +02:00 |
Mike McCormack
|
f9042ec9e8
|
msi: Use a binary search to find sql keywords.
|
2006-09-07 10:22:07 +02:00 |
Mike McCormack
|
399321c4f2
|
msi: Add a stub ALTER query.
|
2006-08-18 11:36:30 +02:00 |
Juan Lang
|
5c850c6a40
|
msi: Use wide char strings for token values to avoid an unnecessary WideCharToMultiByte.
|
2006-08-12 11:39:32 +02:00 |
Mike McCormack
|
b58a098a11
|
-Wmissing-declarations and -Wwrite-strings warning fixes.
|
2005-05-29 20:08:12 +00:00 |
Mike McCormack
|
d31f12964b
|
Only tables can be backquoted, strings must be single quoted.
|
2005-05-19 11:15:37 +00:00 |
Mike McCormack
|
4604e66094
|
Fix warnings found with -Wsign-compare.
|
2004-08-06 17:30:20 +00:00 |
Mike McCormack
|
ab519f2a2c
|
Make the SQL insert query work.
|
2004-06-30 18:18:27 +00:00 |
Mike McCormack
|
068b4ec7d4
|
First go at write support.
|
2004-03-19 01:16:36 +00:00 |
Mike McCormack
|
14ec526004
|
Extend the parser to deal with the CREATE TABLE query. The query
doesn't do anything as yet.
|
2004-03-16 19:18:22 +00:00 |
Mike McCormack
|
af54ef9ce1
|
Start implementation of MsiEvaluateConditionA/W.
|
2004-03-16 03:23:43 +00:00 |
Mike McCormack
|
6e86a2a81a
|
Sql tokens are case insensitive in msi.dll.
|
2003-10-30 22:46:59 +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 |