[tracker/wip/carlosg/fix-minus: 1/3] build: Bump SQLite dependency to 3.15.0
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/fix-minus: 1/3] build: Bump SQLite dependency to 3.15.0
- Date: Sat, 7 Mar 2020 14:04:26 +0000 (UTC)
commit 8ab5c7a32939de90f26d909f789dcee3a1726b37
Author: Carlos Garnacho <carlosg gnome org>
Date: Sat Mar 7 15:01:37 2020 +0100
build: Bump SQLite dependency to 3.15.0
This version (released on Oct 2016) added support for "row values"
(https://sqlite.org/rowvalue.html), which will be used for our MINUS
support, and possibly in other places of our SQL generation.
meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 2226fb930..fbfb88d7a 100644
--- a/meson.build
+++ b/meson.build
@@ -33,7 +33,8 @@ glib_required = '2.52.0'
# 3.7.9 for FTS4 content= support
# 3.7.15 for sqlite3_errstr() support
# 3.8.3 for SQLITE_DETERMINISTIC
-sqlite_required = '3.8.3'
+# 3.15.0 for https://sqlite.org/rowvalue.html
+sqlite_required = '3.15.0'
dbus = dependency('dbus-1', version: '> 1.3.1')
gio = dependency('gio-2.0', version: '>' + glib_required)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]