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

Add support for prepared statements with positional arguments #22

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tvandinther
Copy link
Owner

@tvandinther tvandinther commented Feb 19, 2024

Closes #22

@tvandinther tvandinther added the enhancement New feature or request label Feb 19, 2024
@tvandinther tvandinther added this to the Version 1.0 milestone Feb 19, 2024
@tvandinther tvandinther self-assigned this Feb 19, 2024
@tvandinther tvandinther linked an issue Feb 19, 2024 that may be closed by this pull request
@tvandinther
Copy link
Owner Author

Prepared statement implementation on the C bindings are "non-connection". The binding build script needs to be updated to include this commit which adds the DB connection as a dependency for proper preparation.

This is in-scope for this PR and will be done next.

@tvandinther
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for prepared statements with positional arguments
1 participant