]> git.openstreetmap.org Git - nominatim.git/commit
Parse the array literal returned for the categories column
authorItz-Agasta <rupamgolui69@gmail.com>
Wed, 12 Aug 2026 08:10:06 +0000 (13:40 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Wed, 12 Aug 2026 08:10:06 +0000 (13:40 +0530)
commit6649cef2cfb3676f2e221ee334e9426e7ed82b51
tree88068de402f3a5958d493ec9da3061c6810d077c
parentf8da9c614a8a146145bbbf32796bd2da04e119e7
Parse the array literal returned for the categories column

The driver does not know ltree[] and hands out the array literal as a
string. The SQLite export then joined the characters of that string
instead of the categories.
src/nominatim_api/sql/sqlalchemy_types/ltree.py