File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ list](https://github.com/trinodb/trino-python-client/tags), the
6
6
[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
7
7
and the [ PyPI page] ( https://pypi.org/project/trino/ ) .
8
8
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
+
9
18
## Release 0.325.0
10
19
11
20
* Queries with parameters now uses ` EXECUTE IMMEDIATE ` instead of ` PREPARE ` ,
You can’t perform that action at this time.
0 commit comments