Skip to content

Commit

Permalink
[sqlite3] Ability to enable the DBSTAT eponymous virtual table (#30432)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueqbit committed Apr 3, 2023
1 parent d84a3ad commit f60f31f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/sqlite3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ endif()

vcpkg_check_features(OUT_FEATURE_OPTIONS Unused
FEATURES
dbstat SQLITE_ENABLE_DBSTAT_VTAB
fts3 SQLITE_ENABLE_FTS3
fts4 SQLITE_ENABLE_FTS4
fts5 SQLITE_ENABLE_FTS5
Expand Down
5 changes: 4 additions & 1 deletion ports/sqlite3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sqlite3",
"version": "3.40.1",
"port-version": 1,
"port-version": 2,
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://sqlite.org/",
"license": "blessing",
Expand All @@ -16,6 +16,9 @@
}
],
"features": {
"dbstat": {
"description": "Enable the DBSTAT virtual table"
},
"fts3": {
"description": "Enable the FTS3 extension"
},
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7550,7 +7550,7 @@
},
"sqlite3": {
"baseline": "3.40.1",
"port-version": 1
"port-version": 2
},
"sqlitecpp": {
"baseline": "3.2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sqlite3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6bb52479b5ab874f6283e585a3bf2294f52966ca",
"version": "3.40.1",
"port-version": 2
},
{
"git-tree": "a08d5bdc16bbeb6e156289d80416535f9cd0a073",
"version": "3.40.1",
Expand Down

0 comments on commit f60f31f

Please sign in to comment.