Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for 0.325.0 #377

Closed
hashhar opened this issue May 25, 2023 · 2 comments · Fixed by #378
Closed

Release notes for 0.325.0 #377

hashhar opened this issue May 25, 2023 · 2 comments · Fixed by #378
Labels
release-notes Release notes PR for next release

Comments

@hashhar
Copy link
Member

hashhar commented May 25, 2023

```markdown
* <release note text>
  ([#NNN](https://github.com/trinodb/trino-python-client/issues/NNN))
```
@hashhar hashhar added the release-notes Release notes PR for next release label May 25, 2023
@hashhar hashhar pinned this issue May 25, 2023
@hashhar
Copy link
Member Author

hashhar commented May 25, 2023

* Queries with parameters now uses `EXECUTE IMMEDIATE` instead of `PREPARE`,
  `EXECUTE` and `DEALLOCATE` if the server supports `EXECUTE IMMEDIATE`. If you
  want to revert to older mechanism set the kwarg `legacy_prepared_statements`
  to `True`.
  ([#375](https://github.com/trinodb/trino-python-client/issues/375))

#375

@hashhar

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes Release notes PR for next release
Development

Successfully merging a pull request may close this issue.

1 participant