Skip to content

Commit a0fca1c

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

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

+6,807-3,442
Large diffs are not rendered by default.

Plugins/sqlite-amalgamation/sqlite3.h

+222-27
Large diffs are not rendered by default.

README.md

+1-1
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)