-
Notifications
You must be signed in to change notification settings - Fork 20
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
✨ upgrade code to handle surrealdb v2 #123
Conversation
Hi. I am truly interested in this feature because v2 of surreal has some features that I could benefit from with my project. Is there any way I can help push this forwards? |
seems this will solve issue #127 |
I hope this pr gets merged soon. We really need it for V2 |
@Odonno Would you please fix the issue with workflow so we can finally use v2 ? |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #123 +/- ##
==========================================
+ Coverage 69.65% 72.84% +3.19%
==========================================
Files 161 148 -13
Lines 6702 5731 -971
Branches 775 625 -150
==========================================
- Hits 4668 4175 -493
+ Misses 1689 1287 -402
+ Partials 345 269 -76 ☔ View full report in Codecov by Sentry. |
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.
What does this change do?
Handle surrealdb v2
What is your testing strategy?
Integration tests
Is this related to any issues?
N/A
Have you read the Contributing Guidelines?