]> git.openstreetmap.org Git - nominatim.git/commit
use psycopg's SQL quoting where possible
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 12 Jul 2021 20:05:22 +0000 (22:05 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 12 Jul 2021 20:05:22 +0000 (22:05 +0200)
commit14f777da18df25e43685a7b1cd7b4e972c9fca39
tree730928efc72f84acaac271bc412950e09206d627
parent6f6681ce67dc1a4c9cfe52cf61bc3ecfbaf2f5f1
use psycopg's SQL quoting where possible

Use the SQL formatting supplied with psycopg whenever the
query needs to be put together from snippets.
nominatim/indexer/runners.py
nominatim/tokenizer/legacy_icu_tokenizer.py
nominatim/tools/database_import.py
nominatim/tools/freeze.py
nominatim/tools/refresh.py