Nominatim/nominatim
Sarah Hoffmann 15beeef6ce do not expand records in select list
An expression of the form 'SELECT (func()).*' will be expanded
by Postgresql _before_ execution with the result that the function
will be called as many times as there are fields in the record.
This is not what we want. The function call needs to go into
the FROM clause instead.
2022-03-01 09:34:32 +01:00
..
clicmd add tests for cleaning housenumbers 2022-01-20 23:47:20 +01:00
db add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
indexer do not expand records in select list 2022-03-01 09:34:32 +01:00
tokenizer do not expand records in select list 2022-03-01 09:34:32 +01:00
tools add migration to add new derived_names column 2022-02-24 20:50:33 +01:00
__init__.py add skeleton for new Nominatim executables 2021-01-12 10:17:28 +01:00
cli.py add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
config.py add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
errors.py add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
version.py add migration to add new derived_names column 2022-02-24 20:50:33 +01:00