From 12f23c3fa27d8d717ba14042a0c491bd53e40cd0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 10 Jun 2021 14:36:43 +0300 Subject: Release version 3.27.2+2 Raise maximum number of attached databases from 10 to 125 Canonicalize license in package manifests Normalize C comments in tests --- libsqlite3/libsqlite3/buildfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libsqlite3/libsqlite3') diff --git a/libsqlite3/libsqlite3/buildfile b/libsqlite3/libsqlite3/buildfile index 73a3ba2..70ce9c6 100644 --- a/libsqlite3/libsqlite3/buildfile +++ b/libsqlite3/libsqlite3/buildfile @@ -51,6 +51,10 @@ c.poptions =+ \ -DSQLITE_THREADSAFE=1 \ -DSQLITE_USE_URI=1 +# Raise the maximum number of attached databases from 10 up to the limit. +# +c.poptions =+ -DSQLITE_MAX_ATTACHED=125 + if! $windows { # Note that the upstream package normally defines a number of other HAVE_* -- cgit v1.1