osm-fr / osmose-frontend

Part of osmose that shows results on the website http://osmose.openstreetmap.fr
GNU General Public License v3.0
41 stars 38 forks source link

Fixes SQL + python 3.11 #495

Closed jocelynj closed 5 months ago

jocelynj commented 5 months ago

Fixes required to run on new machine dev.osmose.

anayrat commented 5 months ago

FTR, it is since Postgres 15:

Prevent numeric literals from having non-numeric trailing characters (Peter Eisentraut) Previously, query text like 123abc would be interpreted as 123 followed by a separate token abc.

https://www.postgresql.org/docs/15/release-15.html#id-1.11.6.11.4