Mariusz Felisiak
|
1f31027bb3
|
Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over JSONField key transforms.
Regression in 6789ded0a6 .
Thanks Igor Jerosimić for the report.
|
2020-10-14 20:56:04 +02:00 |
Nick Pope
|
335c9c94ac
|
Simplified imports from django.db and django.contrib.gis.db.
|
2020-02-04 13:20:06 +01:00 |
Simon Charette
|
eb31d84532
|
Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.
|
2020-02-03 08:49:13 +01:00 |
David Wobrock
|
2f565f84ac
|
Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used in Subquery.
|
2019-12-31 10:35:43 +01:00 |
Caio Ariede
|
a3f91891d2
|
Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering when used in Subquery.
|
2019-05-28 10:05:50 +02:00 |
Simone Pellizzari
|
d0315584b5
|
Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAgg and StringAgg.
|
2019-04-06 14:23:29 +02:00 |
Floris den Hengst
|
96199e562d
|
Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.
|
2018-06-28 20:29:33 -04:00 |