This repository was archived by the owner on Mar 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit d1f469c
committed
build: Include various useful extensions in our built SQLite
It's the same list of extensions we use in our macOS nightly
builds currently:
* COLUMN_METADATA
* FTS3
* FTS3_PARENTHESIS
* FTS5
* GEOPOLY
* JSON1
* MATH_FUNCTIONS
* RTREE
* SOUNDEX
* STAT4
This commit doesn't add the function names to the SQLite Authorizer
white list, which can come later. Live databases should be able to
use them immediately however.1 parent 081bbd9 commit d1f469c
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
4 | - | ||
5 | - | ||
3 | + | ||
6 | 4 |
| |
7 | 5 |
| |
8 | 6 |
| |
| |||
42 | 40 |
| |
43 | 41 |
| |
44 | 42 |
| |
45 | - | ||
43 | + | ||
46 | 44 |
| |
47 | 45 |
| |
48 | 46 |
| |
|
0 commit comments