jscript: Moved resetting lastIndex to do_regexp_match_next.
[wine] / dlls / msi / join.c
2010-01-22  Hans Leidekkermsi: Add support for updating rows in join tables.
2010-01-18  Hans Leidekkermsi: Support retrieving rows from join tables.
2009-12-31  Alexandre Julliardmsi: Fix some pointer cast warnings on 64-bit.
2009-12-16  James Hawkinsmsi: Free the join view if we fail to create the table...
2009-12-14  James Hawkinsmsi: Free each table object when deleting the join...
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-05-28  Hans Leidekkermsi: Fix some memory leaks.
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-04-03  James Hawkinsmsi: Fix joining a nonexistent table with another table.
2008-03-12  Rob Shearmanmsi: Fix typos which caused joins of three or more...
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-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
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-07-19  James Hawkinsmsi: Implement reference counting for tables, manipulat...
2007-06-19  James Hawkinsmsi: Properly delete rows from the table, instead of...
2006-10-31  Mike McCormackmsi: Use a simpler algorithm for joins.
2006-10-26  Mike McCormackmsi: Fix the join algorithm.
2006-10-26  Mike McCormackmsi: Remove some unused functions.
2006-09-08  James Hawkinsmsi: Allow non-key columns to be used with the join...
2006-08-29  Mike McCormackmsi: Fix a memory leak.
2006-07-26  Mike McCormackmsi: Implement SQL inner joins.