- 02 Feb, 2023 1 commit
-
-
Hans Leidekker authored
-
- 06 Dec, 2022 1 commit
-
-
Alex Henrie authored
-
- 29 Oct, 2020 1 commit
-
-
Hans Leidekker authored
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 30 Jan, 2019 1 commit
-
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 29 Jan, 2019 3 commits
-
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 28 Jan, 2019 3 commits
-
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Zebediah Figura authored
In order to avoid the need to create a temporary record and copy values back and forth. Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 25 Jan, 2019 3 commits
-
-
Zebediah Figura authored
For consistency with other operations. Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Zebediah Figura authored
It was added to the structure, rather unnecessarily, by ccef56f2. Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Zebediah Figura authored
It was introduced in 9f487ba1 as part of an optimization, but ceased to be used in a52c2bf9. Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 12 Nov, 2012 1 commit
-
-
Michael Stefaniuc authored
-
- 29 Oct, 2012 1 commit
-
-
Hans Leidekker authored
-
- 23 Dec, 2011 1 commit
-
-
Hans Leidekker authored
-
- 20 Oct, 2011 1 commit
-
-
Bernhard Loos authored
-
- 27 Jul, 2011 1 commit
-
-
Hans Leidekker authored
-
- 24 Nov, 2009 1 commit
-
-
Nathan Gallaher authored
Propagate tablename from 'SELECT tablename.column from tablename' queries into VIEW_find_column(). Previously, the tablename had been dropped.
-
- 27 Oct, 2009 1 commit
-
-
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.
-
- 02 Mar, 2009 2 commits
-
-
James Hawkins authored
-
James Hawkins authored
-
- 06 Oct, 2008 1 commit
-
-
James Hawkins authored
-
- 18 Dec, 2007 1 commit
-
-
James Hawkins authored
-
- 27 Jul, 2007 1 commit
-
-
James Hawkins authored
-
- 23 Jul, 2007 2 commits
-
-
James Hawkins authored
-
James Hawkins authored
-
- 19 Jul, 2007 1 commit
-
-
James Hawkins authored
-
- 19 Jun, 2007 1 commit
-
-
James Hawkins authored
-
- 13 Jun, 2007 1 commit
-
-
Andrew Talbot authored
-
- 24 Apr, 2007 1 commit
-
-
Rob Shearman authored
-
- 26 Oct, 2006 1 commit
-
-
Mike McCormack authored
-
- 09 Oct, 2006 1 commit
-
-
James Hawkins authored
-
- 07 Sep, 2006 1 commit
-
-
Mike McCormack authored
-
- 10 Jun, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 20 Mar, 2006 1 commit
-
-
Robert Shearman authored
Optimise WHERE operations on matching against strings by adding a new function find_matching_rows to the views, which eliminates the need to examine every record when executing a query. Implement this function in the table using a hash table on the ID stored in the data.
-
- 10 Jan, 2006 1 commit
-
-
Mike McCormack authored
as columns may be select more than once in from a table.
-
- 02 Nov, 2005 1 commit
-
-
Mike McCormack authored
-
- 26 Sep, 2005 1 commit
-
-
Mike McCormack authored
-