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

Rethink immediate argument #47

Open
krlmlr opened this issue Dec 6, 2021 · 0 comments
Open

Rethink immediate argument #47

krlmlr opened this issue Dec 6, 2021 · 0 comments
Labels
query Preparation and execution of queries and to fetching results

Comments

@krlmlr
Copy link
Member

krlmlr commented Dec 6, 2021

Some queries (at least on MySQL and SQL Server) do not work with the "prepared statement" API, they require the use of the "simple" API. We might want to default to the "simple" API and use the "prepared" API only if parameters are passed, and perhaps only when requested.

@krlmlr krlmlr added the query Preparation and execution of queries and to fetching results label Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
query Preparation and execution of queries and to fetching results
Projects
None yet
Development

No branches or pull requests

1 participant