mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-29 08:36:24 +03:00
8e90fa3395
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. |
||
---|---|---|
.. | ||
api | ||
cli | ||
config | ||
data | ||
db | ||
indexer | ||
tokenizer | ||
tools | ||
utils | ||
conftest.py | ||
cursor.py | ||
dummy_tokenizer.py | ||
mock_icu_word_table.py | ||
mock_legacy_word_table.py | ||
mocks.py | ||
pytest.ini |