Skip to content
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

key-value-sqlite: Temporarily downgrade rusqlite #1143

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

lann
Copy link
Collaborator

@lann lann commented Feb 14, 2023

We're seeing incompatible versions of libsqlite3 in a dependent project. Downgrading temporarily until we solve the incompatibility.

https://github.com/rusqlite/rusqlite/releases/tag/v0.28.0

We're seeing incompatible versions of libsqlite3 in a dependent project.
Downgrading temporarily until we solve the incompatibility.

Signed-off-by: Lann Martin <lann.martin@fermyon.com>
@@ -54,7 +54,7 @@ impl Impl for KeyValueSqlite {

PRIMARY KEY (store, key)
)",
(),
[],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dicej FYI, one annoying change: they implemented Params for tuples in 0.28

@lann lann merged commit 45ee1c7 into fermyon:main Feb 14, 2023
@lann lann deleted the downgrade-rusqlite branch February 14, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants