atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / tokenize.c
2012-11-09  Hans Leidekkermsi: Avoid a string copy when comparing SQL keywords.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-01-03  Hans Leidekkermsi: Accept a missing left backquote in SQL identifiers.
2011-11-07  Andrew Talbotmsi: Remove extraneous braces from switch statement.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2010-02-19  Hans Leidekkermsi: Accept '\5' and '-' in SQL identifiers.
2009-03-02  James Hawkinsmsi: Don't treat carriage returns as spaces.
2009-03-02  James Hawkinsmsi: Don't allow nested quotes in SQL queries.
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-05-06  Francois GougetAdd a comment warning when a table must be kept sorted...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-01-12  Andrew Talbotmsi: Remove unused variables.
2006-12-04  Mike McCormackmsi: Double quotes are not valid in queries.
2006-10-31  Mike McCormackmsi: Remove tokens that aren't valid for MSI SQL.
2006-10-31  Mike McCormackmsi: Fix the ALTER and FREE keywords in the tokenizer.
2006-10-23  Mike McCormackmsi: Add the column type INTEGER as an alias for INT.
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-08  Mike McCormackmsi: Fix the TEMPORARY keyword for columns.
2006-09-07  Mike McCormackmsi: Use a binary search to find sql keywords.
2006-08-18  Mike McCormackmsi: Add a stub ALTER query.
2006-08-12  Juan Langmsi: Use wide char strings for token values to avoid...
2005-05-29  Mike McCormack-Wmissing-declarations and -Wwrite-strings warning...
2005-05-19  Mike McCormackOnly tables can be backquoted, strings must be single...
2004-08-06  Mike McCormackFix warnings found with -Wsign-compare.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-03-19  Mike McCormackFirst go at write support.
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2004-03-16  Mike McCormackStart implementation of MsiEvaluateConditionA/W.
2003-10-30  Mike McCormackSql tokens are case insensitive in msi.dll.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...