Skip to content

Commit

Permalink
Bump custom SQLite to 3.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Oct 13, 2024
1 parent c396fc2 commit 917b7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/CustomSQLiteBuilds.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Custom SQLite Builds

By default, GRDB uses the version of SQLite that ships with the target operating system.

**You can build GRDB with a custom build of [SQLite 3.44.0](https://www.sqlite.org/changes.html).**
**You can build GRDB with a custom build of [SQLite 3.46.1](https://www.sqlite.org/changes.html).**

A custom SQLite build can activate extra SQLite features, and extra GRDB features as well, such as support for the [FTS5 full-text search engine](../../../#full-text-search), and [SQLite Pre-Update Hooks](https://swiftpackageindex.com/groue/grdb.swift/documentation/grdb/transactionobserver).

Expand Down
2 changes: 1 addition & 1 deletion SQLiteCustom/src
Submodule src updated 352 files

0 comments on commit 917b7ec

Please sign in to comment.