Skip to content

Commit

Permalink
Release notes for 0.326.0
Browse files Browse the repository at this point in the history
Fixes #379
  • Loading branch information
hashhar committed May 30, 2023
1 parent adb4794 commit d7122c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ list](https://github.com/trinodb/trino-python-client/tags), the
[README](https://github.com/trinodb/trino-python-client/blob/master/README.md)
and the [PyPI page](https://pypi.org/project/trino/).

## Release 0.326.0

* 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))

## Release 0.325.0

* Queries with parameters now uses `EXECUTE IMMEDIATE` instead of `PREPARE`,
Expand Down

0 comments on commit d7122c7

Please sign in to comment.