Home
last modified time | relevance | path

Searched hist:db7970ca33d66b924443af737b13af2b8d5bb664 (Results 1 – 3 of 3) sorted by relevance

/plugin/struct/meta/
H A DQueryBuilder.phpdb7970ca33d66b924443af737b13af2b8d5bb664 Wed Dec 07 09:59:33 UTC 2016 Andreas Gohr <gohr@cosmocode.de> use generated table alias in joins. fixes #246

For joining the multi table, we used the colref of the refrenced multi
column in creating the alias of the joined table. But when referencing
multi columns from different schemas, the colref can be the same for two
columns. This patch now changes it to make use of the
generateTableAlias() method in our query builder, which makes sure all
aliases are unique.

H A DSearchCloud.php87feee460458b889a496d3c97a453066b937e2c2 Wed Dec 07 13:03:43 UTC 2016 Michael Grosse <grosse@cosmocode.de> fix: use generated aliases to prevent duplicates

Ensure the table-aliases are unique even if there are two schemas with
multi-columns. See also commit db7970ca33d66b924443af737b13af2b8d5bb664

H A DSearch.phpdb7970ca33d66b924443af737b13af2b8d5bb664 Wed Dec 07 09:59:33 UTC 2016 Andreas Gohr <gohr@cosmocode.de> use generated table alias in joins. fixes #246

For joining the multi table, we used the colref of the refrenced multi
column in creating the alias of the joined table. But when referencing
multi columns from different schemas, the colref can be the same for two
columns. This patch now changes it to make use of the
generateTableAlias() method in our query builder, which makes sure all
aliases are unique.