netstat: Initial implementation.
[wine] / dlls / msi / sql.y
2012-01-03  Hans Leidekkermsi: Accept a missing left backquote in SQL identifiers.
2011-12-23  Hans Leidekkermsi: Fix handling of single quoted column names in...
2011-10-20  Bernhard Loosmsi: Always use WHEREVIEW for sorting.
2011-10-20  Bernhard Loosmsi: Get rid of JOINVIEW.
2011-08-26  Bernhard Loosmsi: Make WHEREVIEW able to deal directly with multiple...
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2009-12-16  James Hawkinsmsi: Keep track of the current view in the sql parser.
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-05-28  Hans Leidekkermsi: Consistently use the parser allocator when parsing...
2009-05-28  Hans Leidekkermsi: Constify some parameters.
2009-04-28  Hib Erismsi: Fix LONGCHAR column data type.
2009-04-28  Hib Erismsi: Fix SHORT column data type.
2009-04-28  Hib Erismsi: Fix INT column data type.
2009-04-20  Hans Leidekkermsi: Fix another double free.
2009-03-02  James Hawkinsmsi: Delete the view on error.
2009-03-02  James Hawkinsmsi: Order primary keys to be first in the column list...
2009-02-26  James Hawkinsmsi: A non-temporary table cannot have a temporary...
2009-02-26  James Hawkinsmsi: Make sure a constant string's quotes match up.
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-04-22  Andrew Talbotmsi: Remove unused variables.
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: Ref count temporary columns and release them when...
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-13  Andrew Talbotmsi: Constify some variables.
2007-04-24  Rob Shearmanmsi: All columns being temporary means the table is...
2006-11-07  Mike McCormackmsi: Fix WHERE IS (NOT) NULL queries.
2006-10-31  Mike McCormackmsi: Use a simpler algorithm for joins.
2006-10-31  Mike McCormackmsi: Remove tokens that aren't valid for MSI SQL.
2006-10-26  Mike McCormackmsi: Allow UPDATE queries without a condition.
2006-09-11  Alexandre Julliardmsi: Change the prefix on bison-generated names to...
2006-09-09  Alexandre Julliardmsi: Specify the bison name prefix directly in the...
2006-09-08  Mike McCormackmsi: Fix the TEMPORARY keyword for columns.
2006-08-18  Mike McCormackmsi: Add a stub ALTER query.
2006-07-26  Mike McCormackmsi: Implement SQL inner joins.
2006-07-26  Mike McCormackmsi: Add a FIXME for join queries.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-07  Robert Shearmanmsi: Fix bison warnings by providing precedence rules...
2005-09-28  Mike McCormackFix and test MsiViewGetColumnInfo and binary fields.
2005-09-26  Mike McCormackFix various query related memory leaks.
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 ...