trinodb / trino-python-client

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

Release notes for 0.323.0 #342

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
* Allow accessing `ROW` type fields using their names in addition to their indices.
  ([#338](https://github.com/trinodb/trino-python-client/issues/338))

335, #338

hashhar commented 1 year ago
* Fix handling of `Decimal` params which use scientific notation.
  ([#347](https://github.com/trinodb/trino-python-client/issues/347))

347,#351

hashhar commented 1 year ago
* Interpret `roles` without catalog name as system roles for convenience.
  ([#341](https://github.com/trinodb/trino-python-client/issues/341))

341

hashhar commented 1 year ago
* Map Trino `UUID` type to Python `uuid.UUID`.
  ([#354](https://github.com/trinodb/trino-python-client/issues/354))

354

hashhar commented 1 year ago
* Support using timezone aware `datetime.time` params in prepared statements.
  ([#360](https://github.com/trinodb/trino-python-client/issues/360))

360

hashhar commented 1 year ago
* Map `sqlalchemy.Uuid` type to Trino `UUID`.
  ([#359](https://github.com/trinodb/trino-python-client/issues/359))

359,#331