1
0
Fork 0
firefox/third_party/sqlite3
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
ext Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
src Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
moz.yaml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
readme.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
vendor.sh Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

To vendor a new version of SQLite:

	./mach vendor third_party/sqlite3/moz.yaml

To vendor new versions of SQLite extensions, check for `moz.yaml`
files in `ext/` subfolders.

Vendoring tracks GitHub tags, specific tags can be targeted
using the `--revision` option.

If patches are present, they should be in `patches/*.patch` files
and `--patch-mode check` must be passed to `./mach vendor`.

For example, to vendor sqlite-vec:

	./mach vendor third_party/sqlite3/ext/sqlite-vec/moz.yaml --patch-mode check