]> git.openstreetmap.org Git - nominatim.git/commit
Remove Connection.get_class_table()
authorItz-Agasta <rupamgolui69@gmail.com>
Thu, 6 Aug 2026 09:01:17 +0000 (14:31 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Thu, 6 Aug 2026 09:01:17 +0000 (14:31 +0530)
commit4912377dbe45f55064a0d5734df53b8530e49ac6
treefd7d3bc1bd86693f750f8e2a48f7fda92eaedfe7
parent2db876ea2e64abd7e22823927717be28ecd9dfee
Remove Connection.get_class_table()

The POI and near searches went through this to find the table for a
category. Both query the categories column directly since the switch, so
the helper has had no callers left.
docs/library/Low-Level-DB-Access.md
src/nominatim_api/connection.py