From 3ec22372432cfaa9adfa8fe15595c38c3b0d9c2d Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Tue, 9 Mar 2021 11:13:58 +0100 Subject: [PATCH 1/3] Enable the SQLite R*Tree module for Windows builds --- PCbuild/sqlite3.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/sqlite3.vcxproj b/PCbuild/sqlite3.vcxproj index 7351a6dda2c7635..39f10c5abd69ded 100644 --- a/PCbuild/sqlite3.vcxproj +++ b/PCbuild/sqlite3.vcxproj @@ -98,7 +98,7 @@ $(sqlite3Dir);%(AdditionalIncludeDirectories) - SQLITE_ENABLE_JSON1;SQLITE_ENABLE_FTS4;SQLITE_ENABLE_FTS5;SQLITE_API=__declspec(dllexport);%(PreprocessorDefinitions) + SQLITE_ENABLE_JSON1;SQLITE_ENABLE_FTS4;SQLITE_ENABLE_FTS5;SQLITE_ENABLE_RTREE;SQLITE_API=__declspec(dllexport);%(PreprocessorDefinitions) Level1 From 15de4aa9f3f6ae7c9b0c9186a31be1b27f0e2386 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Tue, 9 Mar 2021 11:15:47 +0100 Subject: [PATCH 2/3] Add NEWS --- .../next/Library/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst diff --git a/Misc/NEWS.d/next/Library/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst b/Misc/NEWS.d/next/Library/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst new file mode 100644 index 000000000000000..2116ef3a8718aac --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst @@ -0,0 +1,2 @@ +Build :mod:`sqlite3` with the ``R*Tree`` module enabled. Patch by Erlend E. +Aasland. From 30c2885d1c262d28b728600ff042c8c895950476 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Tue, 9 Mar 2021 11:49:27 +0100 Subject: [PATCH 3/3] Move NEWS to Windows category --- .../{Library => Windows}/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Misc/NEWS.d/next/{Library => Windows}/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst (100%) diff --git a/Misc/NEWS.d/next/Library/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst b/Misc/NEWS.d/next/Windows/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst similarity index 100% rename from Misc/NEWS.d/next/Library/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst rename to Misc/NEWS.d/next/Windows/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst