-
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 Bindings #118
Add SQL Bindings #118
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #118 +/- ##
==========================================
- Coverage 85.64% 85.43% -0.21%
==========================================
Files 47 49 +2
Lines 2786 2863 +77
Branches 374 388 +14
==========================================
+ Hits 2386 2446 +60
- Misses 324 341 +17
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.
|
def to_json(self) -> str: | ||
"""Return the JSON representation of the SqlRow""" | ||
return json.dumps(dict(self)) | ||
|
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.
can we add tests to address codecov warnings?
can we add description for this PR? |
data.append(row) | ||
|
||
else: | ||
raise NotImplementedError |
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.
Add a message with the NotImplementedError
@YunchuWang @vrdmr @gavin-aguiar This can be closed |
No description provided.