Nominatim/nominatim/api
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
..
search update typing for latest changes in SQLAlchemy 2023-12-29 20:55:33 +01:00
v1 adapt typing for newer version of mypy 2023-10-16 17:03:48 +02:00
__init__.py port export function to Python 2023-07-25 21:39:23 +02:00
connection.py use backwards-compatible asyncio timeout implementation 2023-08-25 08:50:03 +02:00
core.py use correct SQLAlchemy pool for asynchronous connections 2024-01-02 16:15:44 +01:00
localization.py switch details cli command to new Python implementation 2023-02-04 21:22:22 +01:00
logging.py fix parameter formatting in sqlite debug output 2023-12-07 09:31:00 +01:00
lookup.py trim all coordinate output to 7 digits 2023-10-23 17:19:12 +02:00
result_formatting.py switch details cli command to new Python implementation 2023-02-04 21:22:22 +01:00
results.py update typing for latest changes in SQLAlchemy 2023-12-29 20:55:33 +01:00
reverse.py avoid closure variables in lambda statements 2024-01-05 17:49:28 +01:00
status.py make status API work with sqlite incl. unit tests 2023-10-23 17:19:12 +02:00
types.py exclude country-level searches with non-address layers 2023-11-22 17:01:41 +01:00