]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/api/logging.py
make sure PHP and Python reverse code does the same
[nominatim.git] / nominatim / api / logging.py
index ec3590635770dd6ea02d5e9bcda23840416de8fc..05598660254bd0a42fe04f66c446174e5ce4a515 100644 (file)
@@ -68,6 +68,8 @@ class BaseLogger:
                          .compile(conn.sync_engine, compile_kwargs={"literal_binds": True}))
         except sa.exc.CompileError:
             pass
+        except NotImplementedError:
+            pass
 
         return str(cast('sa.ClauseElement', statement).compile(conn.sync_engine))