Nominatim/nominatim
Sarah Hoffmann 8e90fa3395 avoid closure variables in lambda statements
There is a bug in SQLAlchemy that assigns the wrong value to bind
parameters from closure variables when reusing lambda statements
that are later extended with other non-lambda expressions.

Thus either avoid lambda statements with closure variables or extending
them with non-lambda expressions.
2024-01-05 17:49:28 +01:00
..
api avoid closure variables in lambda statements 2024-01-05 17:49:28 +01:00
clicmd Merge pull request #3273 from lonvia/search-with-sqlite 2023-12-12 12:15:22 +01:00
data Properly validate postcodes with country code 2023-10-17 01:04:07 +02:00
db update typing for latest changes in SQLAlchemy 2023-12-29 20:55:33 +01:00
indexer only run analyze on indexing when work was done 2022-09-28 10:22:54 +02:00
server reenable logging of details calls 2023-09-06 11:35:53 +02:00
tokenizer fix typos and grammar issues 2023-08-29 12:14:44 +02:00
tools error out when a SQLite database does not exist 2023-12-07 10:24:53 +01:00
utils simplify weigh_search() function 2023-12-07 09:31:00 +01:00
__init__.py add skeleton for new Nominatim executables 2021-01-12 10:17:28 +01:00
cli.py add skeleton code for convert function 2023-10-23 17:19:12 +02:00
config.py finish configuration section 2023-08-25 21:40:20 +02:00
errors.py add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
paths.py introduce paths module which contains the data paths 2022-11-27 12:02:37 +01:00
typing.py hide type differences between Postgres and Sqlite in custom types 2023-12-07 09:31:00 +01:00
version.py Added check to see if hstore is loaded 2023-12-07 09:04:33 +01:00