summaryrefslogtreecommitdiff
path: root/sqlite3
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-07-31 19:15:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-01 10:48:43 +0300
commita882b1c4a2e95f982e4ef77d2889abbd6d912529 (patch)
treeac62df3a7509f50c5a838c64677ecaab02c52d65 /sqlite3
parent7b96e8f625ed59a12b4d101218af215ab15d45e3 (diff)
Upgrade to 3.27.2
Diffstat (limited to 'sqlite3')
-rw-r--r--sqlite3/buildfile2
-rw-r--r--sqlite3/manifest2
2 files changed, 2 insertions, 2 deletions
diff --git a/sqlite3/buildfile b/sqlite3/buildfile
index 7722955..b85acd4 100644
--- a/sqlite3/buildfile
+++ b/sqlite3/buildfile
@@ -22,7 +22,7 @@ gcc = ($c.class == 'gcc')
# This is the subset of features that we enable by default in libsqlite3 and
# that affect the shell. They can be overridden in the same way.
#
-#cc.poptions =+ -DSQLITE_ENABLE_SESSION=1
+cc.poptions =+ -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_SESSION=1
# Both Debian and Fedora add this so gotta be important.
#
diff --git a/sqlite3/manifest b/sqlite3/manifest
index 44c4f47..67a2e28 100644
--- a/sqlite3/manifest
+++ b/sqlite3/manifest
@@ -1,6 +1,6 @@
: 1
name: sqlite3
-version: 3.18.2+8
+version: 3.27.2-a.0.z
project: sqlite
summary: SQLite database engine shell program
license: public domain