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

Commits on Sep 17, 2024

  1. Un-ship SQL prepared statements.

    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 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f1a25eb View commit details
    Browse the repository at this point in the history