diff options
| author | Josh Smeaton <josh.smeaton@gmail.com> | 2015-10-14 10:07:42 +1100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-17 15:56:00 -0400 |
| commit | 7a3b486ccd4aba0a9cf69475895a9b89ae2438b3 (patch) | |
| tree | 660d03aef418f5be82f9a40b984a984178ee4d15 /docs | |
| parent | 9039ff60e3f9848338d3fbc6957f9e25e9edc22b (diff) | |
[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.
Backport of 6c95b134e9b2d5641c123551c080305e90e6a89d from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.6.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt index 44380cded5..178d714f01 100644 --- a/docs/releases/1.8.6.txt +++ b/docs/releases/1.8.6.txt @@ -23,3 +23,5 @@ Bugfixes have their reverse relations disabled (:ticket:`25545`). * Allowed filtering over a ``RawSQL`` annotation (:ticket:`25506`). + +* Made the ``Concat`` database function idempotent on SQLite (:ticket:`25517`). |
