]> git.openstreetmap.org Git - nominatim.git/commit
error out when a SQLite database does not exist
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Dec 2023 09:24:53 +0000 (10:24 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Dec 2023 09:24:53 +0000 (10:24 +0100)
commit89094cf92e82ebb1004498fad8822975f1af4347
tree3d23348aeb1260eb376d446842285c581ca47ad2
parent3f5484f48fb3ab132f877d1d5a3e42cdaf274f07
error out when a SQLite database does not exist

Requires to mark the databse r/w when it is newly created in the
convert function.
nominatim/api/core.py
nominatim/tools/convert_sqlite.py