]> git.openstreetmap.org Git - nominatim.git/commit
move update code for postcode and word count to Python
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 22 Jan 2021 22:25:37 +0000 (23:25 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 26 Jan 2021 21:50:54 +0000 (22:50 +0100)
commite6c2842b66c607400a0a95b7b8e8de8cd5b12d51
treecd90627abe3f0720df4a8941adb57a91e9fee282
parente6d9485c4ae566896f4e9e474d7d3588bc7b4b25
move update code for postcode and word count to Python

Adds also tests for the new function to execute a SQL script.
lib/admin/update.php
nominatim/cli.py
nominatim/db/utils.py [new file with mode: 0644]
nominatim/tools/refresh.py [new file with mode: 0644]
test/python/test_cli.py
test/python/test_db_utils.py [new file with mode: 0644]