File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ available with the [tags
5
5
list] ( https://github.com/trinodb/trino-python-client/tags ) and the
6
6
[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md ) .
7
7
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
+
8
18
## Trino Python client 0.315.0
9
19
10
20
* Add support for the ` USE catalog.schema ` statement.
You can’t perform that action at this time.
0 commit comments