trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

Release notes for 0.319.0 #260

Closed hashhar closed 1 year ago

ebyhr commented 1 year ago
* Fix a compatibility issue with _rfc_1738_quote in SQLAlchemy v1.4.42 (issue 273)

274

ebyhr commented 1 year ago
* Return only tables in SQLAlchemy `get_table_names`. Previously, it contained views. ({issue}`266`)

266

hashhar commented 1 year ago
* Fix possible ValueError when client receives empty HTTP headers.
  ([#262](https://github.com/trinodb/trino-python-client/issues/262))

262, #263

ebyhr commented 1 year ago
* Improve the performance of get_view_names in SQLAlchemy. ({issue}`267`)

267