-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
InsertOrUpdate Support #93
Comments
I like your project. I cloned it and doing some code cleanup and adding comment. |
Hi Thanks for your warm feedback, for your case no there is no direct way to achieve that, raw statements may be useful for this case Side note: be aware that the provided query can lead to reading phantom data. |
Are you open for a pull request to support table hints? |
yes sure |
Also a small question why are you using lower case for some methods? Do you mind if a do some code cleanup to conform to Microsoft coding rules and put that in a pull request? |
Actually I didn't find a clear documentation how to name protected variables :/, I am new to c# world :), |
It looks like you are coming from the Java world. I did send you a Pull request with support for hints and some code cleanup... more will follow. It will take me some days to cleanup everything :-). But never mind you did a fantastic job with this library. |
closing, tracking this feature on #103 |
Hi,
Is it possible to do something like this with sqlKata?
The text was updated successfully, but these errors were encountered: