-
Notifications
You must be signed in to change notification settings - Fork 54
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
fix: store v3 misc bugs #2718
fix: store v3 misc bugs #2718
Conversation
You can find the image built from this PR at
Built from 6b08807 |
You can find the image built from this PR at
Built from 6b08807 |
This PR may contain changes to database schema of one of the drivers. If you are introducing any changes to the schema, make sure the upgrade from the latest release to this change passes without any errors/issues. Please make sure the label |
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, thank you!
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.
Nice bunch of fixes, thank you!
Ran all the related tests locally. Will merge even if CI is broken. 🤞 |
Various bug fixes.
For #2717
I just remove the
assert
and the code handle the error just fine.For #2715
I turn off the plus sign for url de/encoding and change to base 64 for json.
For #2716
I added a cursor check before the main query.
For #2719
I change the serde for REST api