Nominatim/lib-sql
Sarah Hoffmann 1d203fdb3c fix bug with keeping linking on updates
When moving the finding of linked places to the precomputation stage,
it was also moved before the statement where the linked_place_id was
removed from the linkee. The result was that the current linkee was
excluded when looking for a linked place on updates because it was
still linked to the boundary to be updated.

Fixed by allowing to either keep the linkage or change to an unlinked
place.
2022-05-23 10:55:10 +02:00
..
functions fix bug with keeping linking on updates 2022-05-23 10:55:10 +02:00
tokenizer add framework for analysing housenumbers 2022-03-01 09:34:32 +01:00
functions.sql add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
indices.sql create idx_place_interpolations for import already 2022-02-18 11:11:22 +01:00
partition-tables.src.sql add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
postcode_tables.sql add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
table-triggers.sql add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
tables.sql create idx_place_interpolations for import already 2022-02-18 11:11:22 +01:00
tiger_import_finish.sql add step column to tiger data table 2022-01-27 11:54:12 +01:00
tiger_import_start.sql use new tiger step column for queries 2022-01-27 14:08:08 +01:00