From c5959cc446f9d1febe3b9c737a2248608ec756c8 Mon Sep 17 00:00:00 2001 From: Nikita Dauhashei Date: Mon, 22 Apr 2024 23:22:18 +0200 Subject: [PATCH] fix docs --- docs/pages/docs/Generation options/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/pages/docs/Generation options/index.md b/docs/pages/docs/Generation options/index.md index c41198b0..bc6b843a 100644 --- a/docs/pages/docs/Generation options/index.md +++ b/docs/pages/docs/Generation options/index.md @@ -180,7 +180,8 @@ We currently support the following extensions: Enabling this option is safe when using a `NativeDatabase` with `sqlite3_flutter_libs`, which compiles sqlite3 with the R*Tree extension enabled. - [geopoly](https://www.sqlite.org/geopoly.html), a generalization of the R*Tree module supporting more complex - polygons. + polygons. Note that this is not the case for most sqlite3 builds, + including the ones shipping with `sqlite3_flutter_libs`. - `moor_ffi`: Enables support for functions that are only available when using a `NativeDatabase`. This contains `pow`, `sqrt` and a variety of trigonometric functions. Details on those functions are available [here]({{ "../Platforms/vm.md#moor-only-functions" | pageUrl }}). - `math`: Assumes that sqlite3 was compiled with [math functions](https://www.sqlite.org/lang_mathfunc.html). @@ -188,9 +189,6 @@ We currently support the following extensions: - `spellfix1`: Assumes that the [spellfix1](https://www.sqlite.org/spellfix1.html) module is available. Note that this is not the case for most sqlite3 builds, including the ones shipping with `sqlite3_flutter_libs`. -- `geopoly`: Assumes that the [geopoly](https://www.sqlite.org/geopoly.html) - module is available. Note that this is not the case for most sqlite3 builds, - including the ones shipping with `sqlite3_flutter_libs`. ### Known custom functions