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

Support named statement parameters #675

Closed
otoolep opened this issue Sep 27, 2020 · 1 comment · Fixed by #932
Closed

Support named statement parameters #675

otoolep opened this issue Sep 27, 2020 · 1 comment · Fixed by #932

Comments

@otoolep
Copy link
Member

otoolep commented Sep 27, 2020

Started with #140

API could be extended easily enough to support:

["INSERT INTO Foo (ColumnA, ColumnB) VALUES (@v1, @v2)",{"v1":"value1","v2":"value2"}]
@otoolep
Copy link
Member Author

otoolep commented Dec 31, 2021

#932

@otoolep otoolep linked a pull request Dec 31, 2021 that will close this issue
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 a pull request may close this issue.

1 participant