From: Sarah Hoffmann Date: Mon, 12 Jul 2021 20:05:22 +0000 (+0200) Subject: use psycopg's SQL quoting where possible X-Git-Tag: v4.0.0~51^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/14f777da18df25e43685a7b1cd7b4e972c9fca39?hp=14f777da18df25e43685a7b1cd7b4e972c9fca39 use psycopg's SQL quoting where possible Use the SQL formatting supplied with psycopg whenever the query needs to be put together from snippets. ---