]> git.openstreetmap.org Git - nominatim.git/commit
convert functon creation to python
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 24 Jan 2021 13:35:35 +0000 (14:35 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 26 Jan 2021 21:50:54 +0000 (22:50 +0100)
commit5b46fcad8ec166d1b8e35cfbc58405b71e27caa3
tree0db3bc99d3a69df7c8c525e20418af8dda3d1ce4
parent94fa7162be678dc74c1a5516e22916122ba66bbb
convert functon creation to python

The new functions always creates normal and partitioned functions.
Also adds specialised connection and cursor classes for adding
frequently used helper functions.
lib/admin/update.php
lib/setup/SetupClass.php
nominatim/cli.py
nominatim/config.py
nominatim/tools/refresh.py
test/python/test_cli.py
test/python/test_config.py
test/python/test_db_connection.py [new file with mode: 0644]
test/python/test_tools_refresh_create_functions.py [new file with mode: 0644]