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

[sqlite3] Ability to enable the database snapshot #36925

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

arasan01
Copy link
Contributor

@arasan01 arasan01 commented Feb 22, 2024

This PR adds a configuration option that allows you to enable snapshots of SQLite3.

https://sqlite.org/c3ref/snapshot.html

The main use case is handling in WAL mode. Previously, SQLite3 in vcpkg did not support database snapshot handling. This PR will extend the functionality of SQLite3 by supporting it.

  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@arasan01
Copy link
Contributor Author

@microsoft-github-policy-service agree

1 similar comment
@arasan01
Copy link
Contributor Author

@microsoft-github-policy-service agree

@FrankXie05 FrankXie05 added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Feb 23, 2024
@FrankXie05
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@FrankXie05
Copy link
Contributor

The feature snapshot is tested successfully in the following triplet:

  • x86-windows
  • x64-windows
  • x64-windows-stataic

@BillyONeal
Copy link
Member

I messed up SAS token update so restarting the build. Sorry!

@BillyONeal
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@FrankXie05 FrankXie05 added the info:reviewed Pull Request changes follow basic guidelines label Mar 4, 2024
@vicroms vicroms merged commit 86e3ce7 into microsoft:master Mar 5, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants