trinodb / trino-python-client

Python client for Trino
Apache License 2.0
327 stars 163 forks source link

Release notes for 0.326.0 #379

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 SQLAlchemy URL failing to parse if `legacy_prepared_statements` parameter
  was specified.
  ([#380](https://github.com/trinodb/trino-python-client/issues/380))
* Fix more than required `EXECUTE IMMEDIATE` queries being executed when
  `legacy_prepared_statements` parameter wasn't explicitly set.
  ([#380](https://github.com/trinodb/trino-python-client/issues/380))

380