Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(sqlite3.OperationalError) no such module: VirtualSpatialIndex #20

Closed
ivbeg opened this issue Aug 12, 2022 · 2 comments
Closed

(sqlite3.OperationalError) no such module: VirtualSpatialIndex #20

ivbeg opened this issue Aug 12, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ivbeg
Copy link
Collaborator

ivbeg commented Aug 12, 2022

Error processing 008564_pal_features_v3.sqlite - (sqlite3.OperationalError) no such module: VirtualSpatialIndex
[SQL: SELECT * FROM 'SpatialIndex' LIMIT 10000]
(Background on this error at: http://sqlalche.me/e/13/e3q8)

File
008564_pal_features_v3.zip

@ivbeg ivbeg added the bug Something isn't working label Aug 12, 2022
@ivbeg ivbeg self-assigned this Aug 12, 2022
@ivbeg
Copy link
Collaborator Author

ivbeg commented Sep 1, 2022

VirtualSpatialIndex is a spatialite table, an extension to SQLite.

The simplest solution is to show a warning os such errors just like Datasette does simonw/datasette#466

@ivbeg
Copy link
Collaborator Author

ivbeg commented Sep 1, 2022

Added ignore and continue in command line tool

@ivbeg ivbeg closed this as completed Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant