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 12e6f44 commit 2867350Copy full SHA for 2867350
CHANGES.md
@@ -6,6 +6,14 @@ list](https://github.com/trinodb/trino-python-client/tags), the
6
[README](https://github.com/trinodb/trino-python-client/blob/master/README.md)
7
and the [PyPI page](https://pypi.org/project/trino/).
8
9
+## Release 0.324.0
10
+
11
+* Reduce the number of times `SELECT version()` query is sent to Trino when
12
+ using SQLAlchemy.
13
+ ([#371](https://github.com/trinodb/trino-python-client/issues/371))
14
+* Fix `TIMESTAMP WITH TIME ZONE` being mapped to incorrect zones.
15
+ ([#366](https://github.com/trinodb/trino-python-client/issues/366))
16
17
## Release 0.323.0
18
19
* Fix handling of `Decimal` params which use scientific notation.
0 commit comments