]> git.openstreetmap.org Git - nominatim.git/commit
Remove postcodes also from word table when they no longer exist
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 4 Jan 2019 22:11:47 +0000 (23:11 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 4 Jan 2019 22:11:47 +0000 (23:11 +0100)
commitcc17aa8d6b173351c26ead51507499cb8b481a4b
treeca047c459a6adfe3ac1c6f3232e8858fb8d4d74e
parent181e238b555ec9962e3fc3045d365a39eab06b36
Remove postcodes also from word table when they no longer exist

Also adds tests for postcode updates.

Fixes #1273.
sql/update-postcodes.sql
test/bdd/db/import/postcodes.feature
test/bdd/db/update/postcode.feature [new file with mode: 0644]
test/bdd/steps/db_ops.py