File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ list](https://github.com/trinodb/trino-python-client/tags), the
6
6
[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
7
7
and the [ PyPI page] ( https://pypi.org/project/trino/ ) .
8
8
9
+ ## Trino Python client 0.316.0
10
+
11
+ * Add support for SQLAlchemy queries to access multiple catalogs by specifying
12
+ a ` trino_catalog ` argument to SQLAlchemy ` Table ` objects.
13
+ ([ #186 ] ( https://github.com/trinodb/trino-python-client/issues/186 ) )
14
+ * Improve performance when a cursor with ` experimental_python_types ` is used.
15
+ ([ #206 ] ( https://github.com/trinodb/trino-python-client/issues/206 ) )
16
+ * Fix incorrect results for ` get_table_comment ` in SQLAlchemy when two tables
17
+ having same name and schema exist in different catalogs.
18
+ ([ #217 ] ( https://github.com/trinodb/trino-python-client/issues/217 ) )
19
+ * Remove spurious logging of HTTP responses when query is cancelled.
20
+ ([ #216 ] ( https://github.com/trinodb/trino-python-client/issues/216 ) )
21
+
9
22
## Older releases
10
23
11
24
Details for older releases are available in the [ tags
You can’t perform that action at this time.
0 commit comments