summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosh Smeaton <josh.smeaton@gmail.com>2015-10-14 10:07:42 +1100
committerTim Graham <timograham@gmail.com>2015-10-17 15:51:04 -0400
commit6c95b134e9b2d5641c123551c080305e90e6a89d (patch)
tree10846791986188d080f477fd676a6741ee5b9274 /docs
parent0922bbf18d3ae8f37e1823df2dbc270d33334548 (diff)
Fixed #25517 -- Made Concat function idempotent on SQLite.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.6.txt2
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`).