]> git.openstreetmap.org Git - nominatim.git/commit
Adds tests and support for updating associatedStreet relations
authorItz-Agasta <rupamgolui69@gmail.com>
Fri, 13 Mar 2026 12:04:58 +0000 (17:34 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Fri, 13 Mar 2026 12:04:58 +0000 (17:34 +0530)
commita46130aaec94724a8a4f65e25af75d531e108d1b
treec01bfbc7ffc7ea195624013efa01fdca76382a07
parent0ac8b113bb785db883959b7546b4014126459f5a
Adds tests and support for updating associatedStreet relations

Improves handling of house-parenting when associatedStreet relations
are added, updated, or removed. Mirrors relation data in a dedicated
table and simulates relation updates to ensure correct parent assignment
in downstream logic. and Update import tests with explicit role handling
test/bdd/features/db/import/parenting.feature
test/bdd/features/db/update/parenting.feature
test/bdd/test_db.py
test/python/tools/test_database_import.py
test/python/tools/test_freeze.py