Skip to content

Commit 3b12595

Browse files
Add note about SQLite compile-time options differences to spatial docs
Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/0cbb646c-c532-479e-92b1-566ebc8175da Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
1 parent 20752cc commit 3b12595

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entity-framework/core/providers/sqlite/spatial.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ On **macOS**, you'll also need to set an environment variable before running you
5353
DYLD_LIBRARY_PATH="$(brew --prefix sqlite)/lib"
5454
```
5555

56+
> [!NOTE]
57+
> The system-installed SQLite library may have different [compile-time options](https://sqlite.org/compile.html) than the bundled version provided by `SQLitePCLRaw.bundle_e_sqlite3`. This can affect the availability of features such as math functions and full-text search. Verify that the features your application relies on work as expected with the system SQLite.
58+
5659
## Configuring SRID
5760

5861
In SpatiaLite, columns need to specify an SRID per column. The default SRID is `0`. Specify a different SRID using the HasSrid method.

0 commit comments

Comments
 (0)