]> git.openstreetmap.org Git - nominatim.git/commit
port check-database function to python
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 18 Feb 2021 16:32:30 +0000 (17:32 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 18 Feb 2021 16:32:30 +0000 (17:32 +0100)
commitb169e4c88cd99075c7e932aeb6587c97f51e7ed1
treea9ce5a84483f44abb619fa69126724b5b3f52d98
parenta60c34bded88f00cfd4e9b2bb08168ca4de61316
port check-database function to python

This change also adapts the hints to use the nominatim tool.
Slightly changed checks, so that they are just as effective on
a frozen database.
lib-php/DB.php
lib-php/admin/check_import_finished.php
nominatim/clicmd/admin.py
nominatim/db/connection.py
nominatim/tools/check_database.py [new file with mode: 0644]
test/php/Nominatim/DBTest.php
test/python/test_cli.py