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 76e819c commit 32ce64bCopy full SHA for 32ce64b
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Change Log
2
==========
3
4
+0.10.0 (2020-06-17)
5
+-------------------
6
+
7
+* Add support for ``LIMIT BY`` clause
8
+* Add support for parameters in DSN
9
+* Add ``session_timeout`` parameter to ``connect``
10
11
12
0.9.2 (2020-03-23)
13
------------------
14
setup.cfg
@@ -1,6 +1,5 @@
[metadata]
name = aiochsa
-version = 0.9.2
description = Clickhouse Python/asyncio library for use with SQLAlchemy core
long_description = file: README.rst
author = Denis Otkidach
0 commit comments