dr5hn / countries-states-cities-database

🌍 Discover our global repository of countries, states, and cities! 🏙️ Get comprehensive data in JSON, SQL, PSQL, XML, YAML, and CSV formats. Access ISO2, ISO3 codes, country code, capital, native language, timezones (for countries), and more. #countries #states #cities
https://dr5hn.github.io/countries-states-cities-database/
Open Data Commons Open Database License v1.0
6.82k stars 2.45k forks source link

fix: missing escapes in subregions #693

Closed slackero closed 9 months ago

slackero commented 9 months ago

The SQL for the subregions were broken, because single quotes in the JSON of the field translations were not escaped.

dr5hn commented 9 months ago

@slackero, I genuinely appreciate your efforts in resolving this! I tried to identify this problem, but my attempts were unsuccessful.