trinodb / trino-python-client

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

Release notes for 0.324.0 #370

Closed hashhar closed 1 year ago

hashhar commented 1 year ago
```markdown
* <release note text>
  ([#NNN](https://github.com/trinodb/trino-python-client/issues/NNN))
```
hashhar commented 1 year ago
* Fix `TIMESTAMP WITH TIME ZONE` being mapped to incorrect zones.
  ([#366](https://github.com/trinodb/trino-python-client/issues/366))

366, #368

hashhar commented 1 year ago
* Reduce the number of times `SELECT version()` query is sent to Trino when using SQLAlchemy.
  ([#371](https://github.com/trinodb/trino-python-client/issues/371))

371