]> git.openstreetmap.org Git - nominatim.git/commit
add function to get a DSN for psycopg
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 17 Jan 2021 16:06:18 +0000 (17:06 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Jan 2021 14:43:27 +0000 (15:43 +0100)
commitb79c79fa730621140003690966f95de9704d3318
tree53d7fafe90f9beb8e995474093dba47e8b71fa65
parentcd0001b55a4706e5c20a72e4209ccc7a330ba878
add function to get a DSN for psycopg

Converts the PHP DSN syntax into psycopg syntax when necessary.
nominatim/config.py
test/python/test_config.py