Skip to content

Commit

Permalink
Merge pull request #1654 from groue/dev/SQLite-3.46.1
Browse files Browse the repository at this point in the history
Bump custom SQLite builds to 3.46.1
  • Loading branch information
groue authored Oct 13, 2024
2 parents 5341f13 + 917b7ec commit 7e506f6
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 7e506f6

Please sign in to comment.