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
66[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
77and the [ PyPI page] ( https://pypi.org/project/trino/ ) .
88
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+ with the 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 a query is cancelled.
20+ ([ #216 ] ( https://github.com/trinodb/trino-python-client/issues/216 ) )
21+
922## Older releases
1023
1124Details for older releases are available in the [ tags
You can’t perform that action at this time.
0 commit comments