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 parameterized queries #20

Open
joakimhew opened this issue May 4, 2017 · 2 comments
Open

Support parameterized queries #20

joakimhew opened this issue May 4, 2017 · 2 comments

Comments

@joakimhew
Copy link

It feels really weird to have to use custom query builders instead of being able to generate queries with something like:

_dbClient.QueryAsync("databaseName", "SELECT * FROM temp WHERE cpuId = @CpuId",
   new
   {
       CpuId = cpuId
   });
@bugthesystem
Copy link
Owner

@joakimhew sounds good, contribution is very welcome!

@joakimhew
Copy link
Author

@ziyasal Okay, I have a working solution that we are using within our team. I'll get some time to polish it and do a PR soon 👍

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

No branches or pull requests

2 participants