-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
6,977 additions
and
3,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+11.5 MB
external/libs/sqlite-jdbc-3.46.1.0.jar → external/libs/sqlite-jdbc-3.47.0.0.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions
6
external/patches/0001-Add-user-group-ids-to-docker-build.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From ab4fc3549cc16c2f688360fcae3ecd3bf7a1ed80 Mon Sep 17 00:00:00 2001 | ||
From 727163e68f85df3b5de5daa17e84d6f21b9cf483 Mon Sep 17 00:00:00 2001 | ||
From: Matthew Nelson <[email protected]> | ||
Date: Wed, 21 Aug 2024 12:11:44 -0400 | ||
Subject: [PATCH 1/8] Add user/group ids to docker build | ||
Date: Wed, 23 Oct 2024 09:51:18 -0400 | ||
Subject: [PATCH 1/9] Add user/group ids to docker build | ||
|
||
--- | ||
Makefile | 17 ++++++++++------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 8a3bc05b0c08d4c9d4270633a4ea8912dec7e7eb Mon Sep 17 00:00:00 2001 | ||
From 1477083c5ffffc750791cd6e86efa36201e4be42 Mon Sep 17 00:00:00 2001 | ||
From: Matthew Nelson <[email protected]> | ||
Date: Wed, 21 Aug 2024 12:11:45 -0400 | ||
Subject: [PATCH 2/8] Disable double-quoted strings | ||
Date: Wed, 23 Oct 2024 09:51:18 -0400 | ||
Subject: [PATCH 2/9] Disable double-quoted strings | ||
|
||
--- | ||
Makefile | 1 + | ||
|
@@ -61,10 +61,10 @@ index a79cd86..89dd54b 100644 | |
assertThat(rs.getString(1)).isEqualTo("TGCA"); | ||
rs.close(); | ||
diff --git a/src/test/java/org/sqlite/PrepStmtTest.java b/src/test/java/org/sqlite/PrepStmtTest.java | ||
index ee2e77e..0a296b6 100644 | ||
index 1bf609d..fee401d 100644 | ||
--- a/src/test/java/org/sqlite/PrepStmtTest.java | ||
+++ b/src/test/java/org/sqlite/PrepStmtTest.java | ||
@@ -605,7 +605,7 @@ public class PrepStmtTest { | ||
@@ -635,7 +635,7 @@ public class PrepStmtTest { | ||
public void clearParameters() throws SQLException { | ||
stat.executeUpdate( | ||
"create table tbl (colid integer primary key AUTOINCREMENT, col varchar)"); | ||
|
@@ -74,10 +74,10 @@ index ee2e77e..0a296b6 100644 | |
|
||
PreparedStatement prep = conn.prepareStatement("select colid from tbl where col = ?"); | ||
diff --git a/src/test/java/org/sqlite/StatementTest.java b/src/test/java/org/sqlite/StatementTest.java | ||
index 172a2f2..40b8a2b 100644 | ||
index e8c891a..7419bbd 100644 | ||
--- a/src/test/java/org/sqlite/StatementTest.java | ||
+++ b/src/test/java/org/sqlite/StatementTest.java | ||
@@ -108,7 +108,7 @@ public class StatementTest { | ||
@@ -106,7 +106,7 @@ public class StatementTest { | ||
|
||
@Test | ||
public void stringRS() throws SQLException { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 1904df0f4bdb9e3e05a5b4b7c076d6503434d474 Mon Sep 17 00:00:00 2001 | ||
From 1a17df9a4ecb475d7106b1c851f932c350d100db Mon Sep 17 00:00:00 2001 | ||
From: Matthew Nelson <[email protected]> | ||
Date: Wed, 21 Aug 2024 12:11:45 -0400 | ||
Subject: [PATCH 3/8] Remove JDBC extensions | ||
Date: Wed, 23 Oct 2024 09:51:19 -0400 | ||
Subject: [PATCH 3/9] Remove JDBC extensions | ||
|
||
--- | ||
Makefile | 12 +----------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0328e3006287191efa330362e78f3e095dfcf065 Mon Sep 17 00:00:00 2001 | ||
From 785916d29e3ffc2c74741b2a2f0d97505df5c0c4 Mon Sep 17 00:00:00 2001 | ||
From: Matthew Nelson <[email protected]> | ||
Date: Wed, 21 Aug 2024 12:11:46 -0400 | ||
Subject: [PATCH 4/8] Add Linux-Musl definitions | ||
Date: Wed, 23 Oct 2024 09:51:20 -0400 | ||
Subject: [PATCH 4/9] Add Linux-Musl definitions | ||
|
||
--- | ||
Makefile.common | 23 ++++++++++++++++++++++- | ||
|
6 changes: 3 additions & 3 deletions
6
external/patches/0005-Disable-Windows-arm-FreeBSD-targets.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From baf227a58c816e6f6fe0479ecdc28263e58ab724 Mon Sep 17 00:00:00 2001 | ||
From 9272444d9be04bcb06f413a9a2eced642a5fd53e Mon Sep 17 00:00:00 2001 | ||
From: Matthew Nelson <[email protected]> | ||
Date: Wed, 21 Aug 2024 12:11:47 -0400 | ||
Subject: [PATCH 5/8] Disable Windows arm & FreeBSD targets | ||
Date: Wed, 23 Oct 2024 09:51:21 -0400 | ||
Subject: [PATCH 5/9] Disable Windows arm & FreeBSD targets | ||
|
||
--- | ||
Makefile | 2 +- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From dd490870c001345f763529761661b8a371ee4144 Mon Sep 17 00:00:00 2001 | ||
From e49f26a511ad73df588bef2d0a58626b914c27f1 Mon Sep 17 00:00:00 2001 | ||
From: Matthew Nelson <[email protected]> | ||
Date: Wed, 21 Aug 2024 12:11:48 -0400 | ||
Subject: [PATCH 6/8] Disable macOS adhoc signing | ||
Date: Wed, 23 Oct 2024 09:51:22 -0400 | ||
Subject: [PATCH 6/9] Disable macOS adhoc signing | ||
|
||
--- | ||
Makefile | 2 +- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From f1ded894f65ecc0d6de72900ccd2b737db8bd8bb Mon Sep 17 00:00:00 2001 | ||
From cea74e728aa76b5e588003b962256df25ce3612f Mon Sep 17 00:00:00 2001 | ||
From: Matthew Nelson <[email protected]> | ||
Date: Wed, 21 Aug 2024 12:11:49 -0400 | ||
Subject: [PATCH 7/8] Configure build to use SQLite3MultipleCiphers | ||
Date: Wed, 23 Oct 2024 09:51:23 -0400 | ||
Subject: [PATCH 7/9] Configure build to use SQLite3MultipleCiphers | ||
|
||
--- | ||
Makefile | 25 +++++++++--------- | ||
|
@@ -209,12 +209,12 @@ index 2f99457..9bc779e 100644 | |
Windows-x86_64_LIBNAME := sqlitejdbc.dll | ||
Windows-x86_64_SQLITE_FLAGS := | ||
diff --git a/VERSION b/VERSION | ||
index d30720f..a7d7bf2 100644 | ||
index e54c168..a36200c 100644 | ||
--- a/VERSION | ||
+++ b/VERSION | ||
@@ -1 +1,2 @@ | ||
version=3.46.1 | ||
+version_mc=1.8.7 | ||
version=3.47.0 | ||
+version_mc=1.9.0 | ||
diff --git a/src/main/java/org/sqlite/core/NativeDB.c b/src/main/java/org/sqlite/core/NativeDB.c | ||
index 7361dbc..17dab54 100644 | ||
--- a/src/main/java/org/sqlite/core/NativeDB.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From bfa506b800741aefbb689ae49837a79561b248e4 Mon Sep 17 00:00:00 2001 | ||
From 76c7db1b1c28fd12f5027bfd74b3bff3fcc7f862 Mon Sep 17 00:00:00 2001 | ||
From: Matthew Nelson <[email protected]> | ||
Date: Wed, 21 Aug 2024 12:11:50 -0400 | ||
Subject: [PATCH 8/8] Update Docker images | ||
Date: Wed, 23 Oct 2024 09:51:24 -0400 | ||
Subject: [PATCH 8/9] Update Docker images | ||
|
||
--- | ||
Makefile | 27 ++++++++++++++------------- | ||
|
@@ -12,14 +12,14 @@ Subject: [PATCH 8/8] Update Docker images | |
5 files changed, 31 insertions(+), 37 deletions(-) | ||
|
||
diff --git a/Makefile b/Makefile | ||
index 07e6510..23666a9 100644 | ||
index 07e6510..bb2e184 100644 | ||
--- a/Makefile | ||
+++ b/Makefile | ||
@@ -21,6 +21,7 @@ SQLITE_ARCHIVE:=$(TARGET)/$(sqlite)-amal.zip | ||
SQLITE_UNPACKED:=$(TARGET)/sqlite-unpack.log | ||
SQLITE_SOURCE?=$(TARGET)/$(SQLITE_AMAL_PREFIX) | ||
SQLITE_HEADER?=$(SQLITE_SOURCE)/sqlite3mc_amalgamation.h | ||
+TAG_BUILD_ENV=0.1.3 | ||
+TAG_BUILD_ENV=0.2.0 | ||
ifneq ($(SQLITE_SOURCE),$(TARGET)/$(SQLITE_AMAL_PREFIX)) | ||
created := $(shell touch $(SQLITE_UNPACKED)) | ||
endif | ||
|
Oops, something went wrong.