Skip to content

Commit d7122c7

Browse files
committed
Release notes for 0.326.0
Fixes #379
1 parent adb4794 commit d7122c7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ list](https://github.com/trinodb/trino-python-client/tags), the
66
[README](https://github.com/trinodb/trino-python-client/blob/master/README.md)
77
and the [PyPI page](https://pypi.org/project/trino/).
88

9+
## Release 0.326.0
10+
11+
* Fix SQLAlchemy URL failing to parse if `legacy_prepared_statements` parameter
12+
was specified.
13+
([#380](https://github.com/trinodb/trino-python-client/issues/380))
14+
* Fix more than required `EXECUTE IMMEDIATE` queries being executed when
15+
`legacy_prepared_statements` parameter wasn't explicitly set.
16+
([#380](https://github.com/trinodb/trino-python-client/issues/380))
17+
918
## Release 0.325.0
1019

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

0 commit comments

Comments
 (0)