-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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
community: allow SQLDatabase to run queries with parameters #15453
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Hello, @eyurtsev Been a few days - just bumping this up. Thanks! |
Hi. Yeah I guess GH-16655 implements this already, and more, including test cases. I think the patch is ready, so may I ask someone with corresponding powers merge it? Thanks @danb27 for also tackling this. Are you comfortable with giving my patch precedence? If it is not appropriate, please let me know and I will rebase my patch on top of yours. Thanks! |
Wow, sorry I missed this! Would love to contribute but looks like your MR has many other features as well. Either way! |
Hi Dan. Thanks for your reply. This patch has now been merged already by @eyurtsev. Does it fulfill your needs already? |
Yup! Sure does. |
Excellent, thanks, and enjoy! If you think it is appropriate to close this PR, please do, if @baskaryan or @cbornet don't have any objections. |
Description: Allow binding parameters in queries run by SQLDatabase
Issue: #15449
Dependencies: N/A
Twitter handle: N/A
Let me know if you need me to write tests, it looks like this class doesn't have any tests.