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

[Backport] Temporary directory under sql2 in lib and server #4050

Merged
merged 12 commits into from
May 22, 2024

Conversation

emmanuel-keller
Copy link
Contributor

@emmanuel-keller emmanuel-keller commented May 15, 2024

Thank you for submitting this pull request! We really appreciate you spending the time to work on these changes.

What is the motivation?

#4041

What does this change do?

Fixes the issue

What is your testing strategy?

Two micro test project linking with the lib (with and without sql2) have been added

Is this related to any issues?

If this pull request is related to other pull requests, or resolves any issues, then link all related or closed items here.

Fixes #4041

Does this change need documentation?

  • No documentation needed

Have you read the Contributing Guidelines?

@emmanuel-keller emmanuel-keller changed the base branch from 1.x to main May 15, 2024 13:44
@emmanuel-keller emmanuel-keller changed the base branch from main to 1.x May 15, 2024 13:45
@emmanuel-keller emmanuel-keller changed the title Temporary directory under sql2 in lib and server [Backport] Temporary directory under sql2 in lib and server May 15, 2024
@emmanuel-keller emmanuel-keller marked this pull request as ready for review May 20, 2024 18:35
@emmanuel-keller emmanuel-keller requested a review from a team as a code owner May 21, 2024 08:53
@@ -4,7 +4,7 @@ version = "1.5.0"
edition = "2021"

[dependencies]
surrealdb = { path = "../../../lib", version = "1.5.0", features = ["kv-surrealkv", "sql2"] }
surrealdb = { path = "../../../lib", version = "1.5.0", features = ["kv-tikv"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

Hey @emmanuel-keller

In 1.5, the surrealKV version is not updated because of which certain bugs which were seen before might still persist. Thought of informing in case you are testing anything out

Copy link
Contributor

@arriqaaq arriqaaq May 21, 2024

Choose a reason for hiding this comment

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

Just needs to be updated to this version as in on main

surrealkv = { version = "0.1.5", optional = true }

If required, I will open a PR on 1.5, please lemme know

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed, as it is a different concern, it is better to make a separate PR

@tobiemh tobiemh merged commit 5b4fdab into 1.x May 22, 2024
23 checks passed
@tobiemh tobiemh deleted the emmanuel/temporary_directory_sql2_4041 branch May 22, 2024 09:50
@emmanuel-keller emmanuel-keller mentioned this pull request May 24, 2024
2 tasks
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

4 participants