Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a0fca1c

Browse files
authoredJan 15, 2025··
Merge pull request #43 from gilzoide/sqlite-v3.48.0
Update SQLite amalgamation code to 3.48.0
2 parents f9cc4fe + d3b1b00 commit a0fca1c

File tree

13 files changed

+7030
-3470
lines changed

13 files changed

+7030
-3470
lines changed
 
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-496 Bytes
Binary file not shown.
103 KB
Binary file not shown.
Binary file not shown.
-192 KB
Binary file not shown.
Binary file not shown.

‎Plugins/sqlite-amalgamation/sqlite3.c

Lines changed: 6807 additions & 3442 deletions
Large diffs are not rendered by default.

‎Plugins/sqlite-amalgamation/sqlite3.h

Lines changed: 222 additions & 27 deletions
Large diffs are not rendered by default.

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This package provides the excelent [SQLite-net](https://github.com/praeclarum/sq
99
+ Both synchronous and asynchronous APIs are available
1010
+ `SQLiteConnection.Serialize` extension method for serializing a database to `byte[]` (reference: [SQLite Serialization](https://www.sqlite.org/c3ref/serialize.html)).
1111
+ `SQLiteConnection.Deserialize` extension method for deserializing memory (`byte[]`, `NativeArray<byte>` or `ReadOnlySpan<byte>`) into an open database (reference: [SQLite Deserialization](https://www.sqlite.org/c3ref/deserialize.html)).
12-
- [SQLite 3.46.1](https://sqlite.org/releaselog/3_46_1.html)
12+
- [SQLite 3.48.0](https://sqlite.org/releaselog/3_48_0.html)
1313
+ Enabled modules: [R\*Tree](https://sqlite.org/rtree.html), [Geopoly](https://sqlite.org/geopoly.html), [FTS5](https://sqlite.org/fts5.html), [Built-In Math Functions](https://www.sqlite.org/lang_mathfunc.html)
1414
+ Prebuilt for Windows, Linux, macOS, Android and WebGL
1515
+ Built from source in iOS, tvOS and visionOS projects

0 commit comments

Comments
 (0)
Please sign in to comment.