Skip to content

Commit 36a2b8b

Browse files
committed
Add changes for 0.316.0
1 parent 56d4c24 commit 36a2b8b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ available with the [tags
55
list](https://github.com/trinodb/trino-python-client/tags) and the
66
[README](https://github.com/trinodb/trino-python-client/blob/master/README.md).
77

8+
## Trino Python client 0.316.0
9+
10+
* Add support for SQLAlchemy queries to access multiple catalogs by specifying
11+
a `trino_catalog` argument to SQLAlchemy `Table` objects. (#186)
12+
* Improve performance when a cursor with `experimental_python_types` is used.
13+
(#206)
14+
* Fix incorrect results for `get_table_comment` in SQLAlchemy when two tables
15+
having same name and schema exist in different catalogs. (#217)
16+
* Remove spurious logging of HTTP responses when query is cancelled. (#216)
17+
818
## Trino Python client 0.315.0
919

1020
* Add support for the `USE catalog.schema` statement.

0 commit comments

Comments
 (0)