]> git.openstreetmap.org Git - nominatim.git/commit
make code work with Spatialite 4.3
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 16 Oct 2023 14:57:13 +0000 (16:57 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 23 Oct 2023 15:19:12 +0000 (17:19 +0200)
commit899a04ad264c45197ec7509b164c934a05392f30
treef52f961bc1ceb44813d60b2b4a5571bea2d96b6f
parentd8dca2a3a9049db7da8b805042833846a188290d
make code work with Spatialite 4.3

Transfer is_address_point into SQLAlchemy function, so that
json.has_key() can use the older json_extract() function.
And work around broken Distance function.
nominatim/api/reverse.py
nominatim/db/sqlalchemy_functions.py
nominatim/db/sqlalchemy_types.py