Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4849:e68920390aad | 4850:6998ad77841e |
|---|---|
| 41 (Thomas Arendsen Hein) | 41 (Thomas Arendsen Hein) |
| 42 - issue2550822: Fix showing more than one additional property in class menu | 42 - issue2550822: Fix showing more than one additional property in class menu |
| 43 (James Mack) | 43 (James Mack) |
| 44 - Fix String search with special SQL wildcard characters in LIKE/ILIKE | 44 - Fix String search with special SQL wildcard characters in LIKE/ILIKE |
| 45 clause and add testcase (Ralf Schlatterbeck) | 45 clause and add testcase (Ralf Schlatterbeck) |
| 46 - Fix subtle bug when sorting by a Link that contains a Multilink from | |
| 47 which we also search for an attribute. In that case the LEFT OUTER | |
| 48 JOIN clause was missing in generated SQL. (Ralf Schlatterbeck) | |
| 46 | 49 |
| 47 | 50 |
| 48 2013-07-06: 1.5.0 | 51 2013-07-06: 1.5.0 |
| 49 | 52 |
| 50 Features: | 53 Features: |
