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] Fix feature dbstat #38711

Merged
merged 2 commits into from
May 14, 2024

Conversation

MonicaLiu0311
Copy link
Contributor

@MonicaLiu0311 MonicaLiu0311 commented May 13, 2024

Fixes #38700. Enable the sqlite3 feature dbstat and let SQLITE_ENABLE_DBSTAT_VTAB return TRUE:

image

  • 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.

@MonicaLiu0311 MonicaLiu0311 added category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist category:port-bug The issue is with a library, which is something the port should already support labels May 13, 2024
@MonicaLiu0311 MonicaLiu0311 marked this pull request as ready for review May 14, 2024 01:45
@LilyWangLL LilyWangLL added the info:reviewed Pull Request changes follow basic guidelines label May 14, 2024
@data-queue data-queue merged commit c30bf9d into microsoft:master May 14, 2024
17 checks passed
@MonicaLiu0311 MonicaLiu0311 deleted the Dev/Monica/fix_sqlite3 branch May 15, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support 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.

sqlite3[dbstat] doesn't enable dbstat actually.
3 participants