Mercurial > p > roundup > code
diff CHANGES.txt @ 4850:6998ad77841e
Fix bug in SQL generation
Fix subtle bug when sorting by a Link that contains a Multilink from
which we also search for an attribute. In that case the LEFT OUTER JOIN
clause was missing in generated SQL.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 18 Dec 2013 09:02:40 +0100 |
| parents | e68920390aad |
| children | 24b8011cd2dc |
line wrap: on
line diff
--- a/CHANGES.txt Thu Dec 12 16:15:25 2013 +0100 +++ b/CHANGES.txt Wed Dec 18 09:02:40 2013 +0100 @@ -43,6 +43,9 @@ (James Mack) - Fix String search with special SQL wildcard characters in LIKE/ILIKE clause and add testcase (Ralf Schlatterbeck) +- Fix subtle bug when sorting by a Link that contains a Multilink from + which we also search for an attribute. In that case the LEFT OUTER + JOIN clause was missing in generated SQL. (Ralf Schlatterbeck) 2013-07-06: 1.5.0
