- 07 Dec, 2009 5 commits
-
-
Hans Leidekker authored
-
James Hawkins authored
msi: The second parameter to Installer.OpenPackage is optional, so set a default value of 0 if the parameter is not provided.
-
James Hawkins authored
It seems ugly to open up the parameters in pDispParams, but DispGetParam will happily convert a VT_EMPTY to a VT_BSTR and not return an error.
-
James Hawkins authored
msi: It's possible to send in more than two parameters to Installer.OpenPackage, but sending in zero parameters should return DISP_E_TYPEMISMATCH.
-
James Hawkins authored
The following series fixes a few leaks reported by valgrind. We were leaking exception info caused by Installer.OpenPackage failing when we didn't expected it.
-
- 04 Dec, 2009 1 commit
-
-
James Hawkins authored
-
- 03 Dec, 2009 1 commit
-
-
James Hawkins authored
msi: ExpandEnvironmentStringsW returns the required size in characters, so multiply the required size by sizeof(WCHAR) when allocating the buffer.
-
- 01 Dec, 2009 1 commit
-
-
Hans Leidekker authored
-
- 24 Nov, 2009 3 commits
-
-
Nathan Gallaher authored
-
Nathan Gallaher authored
Make sure that mixing table columns returns the expected data. eg: SELECT t1.action, t2.action FROM t1, t2 should return distinct data.
-
Nathan Gallaher authored
Propagate tablename from 'SELECT tablename.column from tablename' queries into VIEW_find_column(). Previously, the tablename had been dropped.
-
- 20 Nov, 2009 1 commit
-
-
Michael Martin authored
-
- 19 Nov, 2009 2 commits
-
-
Hans Leidekker authored
-
Piotr Caban authored
-
- 17 Nov, 2009 2 commits
-
-
Hans Leidekker authored
-
Hans Leidekker authored
-
- 13 Nov, 2009 2 commits
-
-
Hans Leidekker authored
-
Hans Leidekker authored
-
- 09 Nov, 2009 2 commits
-
-
Rob Shearman authored
msi: Improve stub for MsiGetFeatureCost{A, W} and hook the stub into the VolumeCostList dialog control.
-
Francois Gouget authored
Also remove extraneous semi-colons.
-
- 05 Nov, 2009 1 commit
-
-
Detlef Riekenberg authored
-
- 03 Nov, 2009 3 commits
-
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
- 29 Oct, 2009 2 commits
-
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
- 27 Oct, 2009 4 commits
-
-
Nate Gallaher authored
-
Nate Gallaher authored
This fixes the bug where multiple columns of the same name, but different tables are members of a join. Any attempt to refer to these columns will resolve to the first available column with that name, irregardless of any tablename modifier.
-
Hans Leidekker authored
Found by valgrind.
-
Hans Leidekker authored
Found by valgrind.
-
- 23 Oct, 2009 3 commits
-
-
Hans Leidekker authored
-
Hans Leidekker authored
Found by valgrind.
-
Hans Leidekker authored
Found by valgrind.
-
- 21 Oct, 2009 1 commit
-
-
Hans Leidekker authored
Found by valgrind.
-
- 20 Oct, 2009 6 commits