]> git.openstreetmap.org Git - nominatim.git/commit
make sure SQLAlchemy can handle the loaded dialect
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 2 Jul 2024 13:55:23 +0000 (15:55 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 2 Jul 2024 13:55:23 +0000 (15:55 +0200)
commit8cb0d5b2623145697b3d2e433b18319fcb4cd756
tree5ddcb3a67c0b26d19ba3804fa63883bd64724103
parente51973f8b1eee034221eed6f91cddf2488020692
make sure SQLAlchemy can handle the loaded dialect

The psycopg dialect was only added in SQLAlchemy 2.0. To avoid loading
errors when SQLAlchemy 1.4 is installed together with psycopg3,
check that the dialect is really available.
src/nominatim_api/sql/async_core_library.py