Nominatim/nominatim/tokenizer
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
..
sanitizers add tests for get_string_list() 2022-02-07 11:22:24 +01:00
token_analysis housenumber analyzer: avoid creating too many variants 2022-03-01 09:34:32 +01:00
__init__.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
base.py add new command for cleaning word tokens 2022-01-20 20:05:15 +01:00
factory.py add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
icu_rule_loader.py sanitizer: move helpers into a configuration class 2022-02-07 10:48:00 +01:00
icu_token_analysis.py handle unknown analyzer 2022-03-01 09:34:32 +01:00
icu_tokenizer.py do not expand records in select list 2022-03-01 09:34:32 +01:00
legacy_tokenizer.py do not expand records in select list 2022-03-01 09:34:32 +01:00
place_sanitizer.py sanitizer: move helpers into a configuration class 2022-02-07 10:48:00 +01:00