Skip to content

Commit

Permalink
Remove RBU from --enable-all-extensions
Browse files Browse the repository at this point in the history
I never did the C functions either.

Fixes #540
Closes #251
  • Loading branch information
rogerbinns committed Nov 19, 2024
1 parent e3e4549 commit 451ec23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions doc/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ expressions in a locale aware way. The `documentation
<https://sqlite.org/src/tree?name=ext/icu>`__
shows how to use it.

.. _ext-rbu:

RBU
===

Provides `resumable bulk update <https://www.sqlite.org/rbu.html>`__ intended for
use with large SQLite databases on low power devices at the edge of a network.

.. _ext-rtree:

RTree
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ def finalize_options(self):
"rtree",
"stat4",
"fts5",
"rbu",
"geopoly",
"math_functions",
"dbstat_vtab",
Expand Down

0 comments on commit 451ec23

Please sign in to comment.