atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / msiquery.c
2012-10-29  Hans Leidekkermsi: Preserve strings with embedded nulls when copying...
2012-10-29  Hans Leidekkermsi: Add support for storing strings with embedded...
2011-12-23  Hans Leidekkermsi: Fix handling of single quoted column names in...
2011-07-28  Bernhard Loosmsi: MsiDatabaseCommit also succeeds for a a readonly...
2011-07-27  Hans Leidekkermsi: Make the column and table name parameters of get_c...
2011-06-07  Hans Leidekkermsi: Add support for returning validation errors.
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-09-13  Hans Leidekkermsi: Avoid pointer truncation in MSI_ViewFetch and...
2010-09-02  Hans Leidekkermsi: Return an error from MsiDatabaseGetPrimaryKeys...
2010-07-23  Hans Leidekkermsi: Warn if a transform file cannot be opened.
2010-03-15  Nikolay Sivovmsi: Convert IWineMsiRemoteDatabase BSTR parameters...
2010-02-04  Michael Stefaniucmsi: Don't print the function name twice in a WARN.
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-10-19  Hans Leidekkermsi: Get rid of some redundant initializations.
2009-06-30  Hans Leidekkermsi: Support opening transform databases.
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-02-26  James Hawkinsmsi: Make sure the view being updated is the same view...
2009-02-26  James Hawkinsmsi: Set field zero to the name of the table containing...
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-07-08  James Hawkinsmsi: Add handling for the special _Storages table.
2008-04-22  Andrew Talbotmsi: Remove unused variables.
2007-11-12  James Hawkinsmsi: Return a remote interface to the database in a...
2007-11-05  James Hawkinsmsi: Test and implement the MSIMODIFY_DELETE command.
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-07-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
2007-04-23  James Hawkinsmsi: Add an internal MSI_ViewModify.
2006-10-17  James Hawkinsmsi: Revert "msi: Perform button control events in...
2006-10-11  Mike McCormackmsi: Check transforms have the correct storage guid.
2006-10-10  Mike McCormackmsi: Avoid an unnecessary strdup.
2006-10-09  James Hawkinsmsi: Perform button control events in greatest to least...
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-09-13  Mike McCormackmsi: Fix a couple of test cases for MsiDatabaseIsTableP...
2006-09-13  Mike McCormackmsi: Delete databases we create but never commit.
2006-09-08  Mike McCormackmsi: Fix the prototype of MsiDatabaseIsTablePersistent...
2006-09-07  Mike McCormackmsi: Create MSI_ViewGetColumnInfo for accessing MsiView...
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-06-12  Mike McCormackmsi: Always initialize MsiViewFetch's returned record...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-10  Mike McCormackmsi: Fixed the prototype of MsiDatabaseIsTablePersistent.
2006-01-04  Mike McCormackmsi: Apply any MSI transforms specified by the TRANSFOR...
2006-01-04  Mike McCormackmsi: Add a stub for MsiGetLastErrorRecord.
2005-10-26  Mike McCormackCreate a stub function to apply a single table transfor...
2005-09-28  Mike McCormackFix and test MsiViewGetColumnInfo and binary fields.
2005-09-26  Mike McCormackFill out the stubs for MsiApplyTransformA/W a bit more.
2005-09-21  Mike McCormackSimplify the InstallValidate action a little.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-12  Alexandre JulliardFixed memory leak introduced in previous change.
2005-09-12  Alexandre JulliardAvoid non-portable va_list manipulations.
2005-08-24  Mike McCormackBetter stub for MsiViewGetError.
2005-06-10  Mike McCormackCreate a stub implementation for MsiViewGetError.
2005-06-02  Mike McCormackCreate a helper function to fetch a single record from...
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-23  Mike McCormackTrack memory allocations in the SQL parser.
2005-05-23  Mike McCormack- remove the unused utf8 field of an expression
2005-05-11  Mike McCormackAvoid some non-standard str functions.
2005-03-24  Mike McCormackReplace instances of HeapAlloc/MultiByteToWideChar...
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-02-16  Mike McCormackImplement MsiDatabaseGetPrimaryKeys.
2005-02-08  Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
2005-02-03  Mike McCormack- implement checkboxes in dialogs
2005-02-02  Mike McCormackAdd more dialog controls, do something when they're...
2005-01-21  Mike McCormackMove OpenQuery into msiquery.c and make it non-static.
2005-01-21  Mike McCormackLock record in MsiViewExecute, move stubs to end.
2005-01-20  Mike McCormackFix refcounting, use Interlocked functions.
2004-12-10  Michael StefaniucAdd missing HeapFree's (found by smatch).
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-07-19  Mike McCormackFix the return code of MsiDatabaseOpenView.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Aric StewartCleanup of actions.
2004-07-09  Aric StewartAdd a stub for MsiModifyView, fix a couple of bugs.
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-06-29  Mike McCormackFix refcounting of streams.
2004-06-29  Aric StewartImplement MsiGetTargetPathA/W.
2004-06-29  Mike McCormackAllow reading records containing streams.
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2004-03-18  Mike McCormackWhen loading table data, split it up into rows.
2003-10-30  Mike McCormackSome stub implementations.
2003-09-27  Mike McCormackRemove references to HEAP_strdupAtoW.
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 ...