update sqlite3 to 3.47.1 (#5838)

pull/5839/head
c8ef 3 days ago committed by GitHub
parent dcb414769c
commit bdc83f6a69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/s/sqlite3/xmake.lua

@ -37,6 +37,7 @@ package("sqlite3")
add_versions("3.46.0+0", "6f8e6a7b335273748816f9b3b62bbdc372a889de8782d7f048c653a447417a7d")
add_versions("3.46.0+100", "67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071")
add_versions("3.47.0+0", "83eb21a6f6a649f506df8bd3aab85a08f7556ceed5dbd8dea743ea003fc3a957")
add_versions("3.47.0+100", "416a6f45bf2cacd494b208fdee1beda509abda951d5f47bc4f2792126f01b452")
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"})

Loading…
Cancel
Save