Skip to content

Commit 4e36a32

Browse files
authored
DOC: Add gotcha section for SQLite exceptions (#609)
1 parent c95ea53 commit 4e36a32

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/gotchas.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,18 @@ Here is an example of that:
232232
>>> crs_epsg == crs_deprecated
233233
False
234234
235+
236+
SQLite error on SELECT
237+
----------------------
238+
239+
The PROJ database is based on the EPSG database. With each release,
240+
there is a good chance that there are database updates. If you have multiple
241+
versions of PROJ installed on your systems and the search path for
242+
the data directory becomes mixed up, you may see an error message like:
243+
`SQLite error on SELECT`. This is likely due to a version of PROJ
244+
attempting to use an incompatible database.
245+
246+
235247
.. _upgrade_transformer:
236248

237249
Upgrading to pyproj 2 from pyproj 1

0 commit comments

Comments
 (0)