Files
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
..
2023-10-16 17:03:48 +02:00
2023-07-25 21:39:23 +02:00