Skip to content

Commit

Permalink
update sqlite3 to 3.47.0 (#5598)
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Oct 28, 2024
1 parent e99ce80 commit 7ead867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/s/sqlite3/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ package("sqlite3")
add_versions("3.45.0+300", "b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531")
add_versions("3.46.0+0", "6f8e6a7b335273748816f9b3b62bbdc372a889de8782d7f048c653a447417a7d")
add_versions("3.46.0+100", "67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071")
add_versions("3.47.0+0", "83eb21a6f6a649f506df8bd3aab85a08f7556ceed5dbd8dea743ea003fc3a957")

add_configs("explain_comments", { description = "Inserts comment text into the output of EXPLAIN.", default = true, type = "boolean"})
add_configs("dbpage_vtab", { description = "Enable the SQLITE_DBPAGE virtual table.", default = true, type = "boolean"})
Expand Down

0 comments on commit 7ead867

Please sign in to comment.