Skip to content

Commit e2c32c2

Browse files
committed
Add changes for 0.316.0
1 parent 2d82d95 commit e2c32c2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
77
and 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

1124
Details for older releases are available in the [tags

0 commit comments

Comments
 (0)