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

Un-ship SQL prepared statements. #2722

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Un-ship SQL prepared statements. #2722

merged 1 commit into from
Sep 17, 2024

Conversation

kentonv
Copy link
Member

@kentonv kentonv commented Sep 17, 2024

We intend to make exec() automatically memoize prepared statements such that no application should ever be preparing statements manually. So, let's not even ship the API.

It's not yet possible to enable the SQL API in prod without the experimental flag so it's still safe to put prepare() back behind that flag.

We intend to make `exec()` automatically memoize prepared statements such that no application should ever be preparing statements manually. So, let's not even ship the API.

It's not yet possible to enable the SQL API in prod without the experimental flag so it's still safe to put `prepare()` back behind that flag.
@kentonv kentonv requested review from a team as code owners September 17, 2024 14:54
@kentonv kentonv requested a review from npaun September 17, 2024 14:54
@kentonv kentonv merged commit c70a208 into main Sep 17, 2024
12 of 13 checks passed
@kentonv kentonv deleted the kenton/no-prepared branch September 17, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants