-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore! Update rusqlite to v0.33 #173
Conversation
Hello, is there any progress? |
@xuxiaocheng0201 as I understand it, we need |
@xuxiaocheng0201 there's already a PR available, waiting for merge: programatik29/tokio-rusqlite#34 |
Perhaps we can release a lite version without |
Yes, we can release an alpha version without the feature, as a stop gap. We will need a more long term solution to release a stable version (where we have compatibility guarantees and try to make things that work well).
Thanks, please go ahead. As a side note, I tried dependency renaming ( |
@cljoly great success, the update was merged: programatik29/tokio-rusqlite#34 we can now update our version. |
Thanks for flagging @czocher! I understand we are still awaiting a release of tokio-rusqlite, aren’t we? |
It seems that no library code is changed to use the new |
That's a great idea, certainly worth a try. Please feel free to open a PR. Otherwise I'll try it when I get the chance. |
Changelog at https://github.com/rusqlite/rusqlite/releases/tag/v0.32.0 Concerns: * rusqlite/rusqlite#1532: does this mean that default transaction behavior can interfer with the migrations?
As a temporary measure to refine the PR, until a proper tokio-rusqlite version is released.
b0f2c8c
to
40462f1
Compare
This PR aims to introduce a long term solution to update rusqlite to v0.33. If you need an updated version now, there is a stopgap alpha version that you might be able to use.
Changelog at https://github.com/rusqlite/rusqlite/releases/tag/v0.32.0
Concerns:
default transaction behavior can interfer with the migrations?