-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add SQL Binding support #124
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #124 +/- ##
==========================================
+ Coverage 85.64% 85.85% +0.21%
==========================================
Files 47 49 +2
Lines 2786 2863 +77
Branches 374 388 +14
==========================================
+ Hits 2386 2458 +72
- Misses 324 329 +5
Partials 76 76
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Please add a NoQA flag on the code lines in the abstract class which cannot be covered.
This reverts commit 6f10a44.
This reverts commit 6f10a44. Co-authored-by: peterstone2017 <[email protected]>
This reverts commit 6f10a44.
This reverts commit 6f10a44.
This reverts commit 2518089.
Adds Python language support for SQL Input/Output bindings
https://github.com/Azure/azure-functions-sql-extension
(this is a continuation of #118 - that one can be closed)