atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / query.h
2012-01-03  Hans Leidekkermsi: Accept a missing left backquote in SQL identifiers.
2011-10-20  Bernhard Loosmsi: Get rid of JOINVIEW.
2011-09-23  Hans Leidekkermsi: Remove an unused parameter from msi_create_table.
2011-08-26  Bernhard Loosmsi: Make WHEREVIEW able to deal directly with multiple...
2011-04-25  Marcus Meissnermsi: Mark internal symbols as visibility hidden.
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-05-28  Hans Leidekkermsi: Constify some parameters.
2009-02-26  James Hawkinsmsi: The _Tables and _Columns tables have no persistenc...
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-07-08  James Hawkinsmsi: Add handling for the special _Storages table.
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-08-02  James Hawkinsmsi: Reimplement joins to allow joining any number...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-06-18  Andrew Talbotmsi: Name all or none of the formal arguments in functi...
2007-06-14  Andrew Talbotmsi: Constify some variables.
2007-06-13  Andrew Talbotmsi: Constify some variables.
2007-06-06  Andrew Talbotmsi: Constify some variables.
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.
2007-04-24  Rob Shearmanmsi: All columns being temporary means the table is...
2007-04-24  Rob Shearmanmsi: Move table creation to table.c.
2006-11-07  Mike McCormackmsi: Fix WHERE IS (NOT) NULL queries.
2006-10-31  Mike McCormackmsi: Use a simpler algorithm for joins.
2006-10-26  Mike McCormackmsi: Fixed the UPDATE query to work with explicit values.
2006-08-18  Mike McCormackmsi: Add a stub ALTER query.
2006-07-26  Mike McCormackmsi: Implement SQL inner joins.
2006-07-25  Mike McCormackmsi: Fix where queries on 32bit integer columns.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-05-31  Mike McCormackRemove some unused code.
2005-05-30  Mike McCormackRemove more types from the parser.
2005-05-29  Mike McCormackGet rid of some redundant parser types.
2005-05-23  Mike McCormackTrack memory allocations in the SQL parser.
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-02-14  Mike McCormackImplement SQL delete query.
2004-12-22  Mike McCormackFix selecting string columns and matching against a...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
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 McCormackMake the SQL insert query work.
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...
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 ...