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

Implement Statement::raw_bind_parameter() API #1696

Open
penberg opened this issue Aug 24, 2024 · 2 comments
Open

Implement Statement::raw_bind_parameter() API #1696

penberg opened this issue Aug 24, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@penberg
Copy link
Collaborator

penberg commented Aug 24, 2024

Let's implement the raw_bind_parameter API from rusqlite. It's useful for language bindings, for example, that need to support binding.

@penberg penberg added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Aug 24, 2024
@dikatok
Copy link

dikatok commented Aug 24, 2024

@penberg I ll do it :)

@dikatok
Copy link

dikatok commented Sep 4, 2024

@penberg how would you implement bind_value for hrana and replication connection? Is it okay to use the same method as in local connection? eg: calling bind_<type> from libsql-sys crate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants