We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858c408 commit fcc9c41Copy full SHA for fcc9c41
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### 1.3.2
2
+
3
+- feat(aggragation-function): add anyLast function.
4
+- fix: pass DSN to clickhouse-client if configured.
5
+- feat: #108 Queryset.iterator use clickhouse_driver.Client.execute_iter.
6
+- chore: test for python3.13.
7
8
### 1.3.1
9
10
- fix: #99 update value containing "where" cause exception.
CONTRIBUTING.md
@@ -98,3 +98,7 @@ run test for all supported Python version and Django version:
98
```shell
99
tox
100
```
101
102
+### Other
103
104
+- Don't forget writing [Changelog](CHANGELOG.md)
0 commit comments