Add a stub implementation of the BindImage action.
[wine] / dlls / msi / sql.y
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-05-31  Mike McCormackImprove number parsing and avoid unicode.h.
2005-05-30  Mike McCormackRemove more types from the parser.
2005-05-29  Mike McCormackGet rid of some redundant parser types.
2005-05-24  Mike McCormackSimplify parsing of the FROM keyword.
2005-05-23  Mike McCormackImprove parser error checking.
2005-05-23  Mike McCormackTrack memory allocations in the SQL parser.
2005-05-23  Mike McCormackSimplify parsing of select query.
2005-05-23  Mike McCormackCreate the ORDER BY view in a single call.
2005-05-23  Mike McCormack- remove the unused utf8 field of an expression
2005-05-19  Mike McCormackOnly tables can be backquoted, strings must be single...
2005-02-14  Mike McCormackImplement SQL delete query.
2005-01-20  Mike McCormackFix and test inserting records.
2004-12-16  Aric StewartLet negative number be parsed correctly. Needed for...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-07-19  Mike McCormackFix the return code of MsiDatabaseOpenView.
2004-07-04  Mike McCormackImplement the UPDATE query.
2004-07-04  Mike McCormackCreate the WHERE part of a query in one function call.
2004-06-30  Mike McCormackHack field types, fix ref counting.
2004-06-30  Mike McCormackFix the UPDATE query.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-28  Aric StewartStart implementing actions.
2004-06-26  Mike McCormackFix crash that occurred when an invalid query string...
2004-06-26  Mike McCormackImplement queries by string value.
2004-03-20  Mike McCormackStart implementing the SQL insert query.
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-14  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...