fix(demo): make python_quickstart/demo.py work on sqlalchemy 2.0.27#3979
Merged
Shouren merged 2 commits into4paradigm:mainfrom Sep 13, 2024
Conversation
… to make python_quickstart/demo.py works
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3979 +/- ##
=============================================
+ Coverage 41.61% 74.79% +33.18%
Complexity 711 711
=============================================
Files 196 762 +566
Lines 11790 137456 +125666
Branches 2073 2073
=============================================
+ Hits 4906 102811 +97905
- Misses 6581 34342 +27761
Partials 303 303 ☔ View full report in Codecov by Sentry. |
Contributor
SDK Test Report102 files 102 suites 2m 15s ⏱️ Results for commit 878fcfb. ♻️ This comment has been updated with latest results. |
e280f13 to
e61ee63
Compare
Contributor
Linux Test Report 60 files 253 suites 1h 56m 59s ⏱️ Results for commit 878fcfb. ♻️ This comment has been updated with latest results. |
e61ee63 to
32b575b
Compare
32b575b to
878fcfb
Compare
aceforeverd
approved these changes
Sep 13, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug fix for
What is the current behavior? (You can also link to an open issue here)
The demo script does not work on SQLAclmey 2.0.27
What is the new behavior (if this is a feature change)?
Make python_quickstart/demo.py work again.