mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-16 05:24:26 +02:00
Fix flake8 issues and add more detail on spatial types
This commit is contained in:
parent
7f4bb91c74
commit
36518cbfcd
4 changed files with 19 additions and 6 deletions
|
|
@ -2810,7 +2810,7 @@ def create_spatial_index(db_path, table, column_name, load_extension):
|
|||
raise click.ClickException(
|
||||
"You must add a geometry column before creating a spatial index"
|
||||
)
|
||||
|
||||
|
||||
db[table].create_spatial_index(column_name)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue