Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate, document, and test the osm2pgsql --sanitize-columns patch #3

Closed
springmeyer opened this issue Nov 20, 2012 · 1 comment
Closed

Comments

@springmeyer
Copy link
Contributor

@schuyler implemented a patch to osm2pgsql here that allows for columns to be sanitized so that fields will not contain characters that require quoting. The motivation for this work was that programs like ArcGIS are not smart enough to quote fields and many common operations to query data will therefore fail.

Tasks:

  1. Integrate this patch upstream into osm2pgsql svn
  2. Document the --sanitize-columns usage on the OSM wiki
  3. Test and import and run through procedure with ArcGIS to ensure things work better.

/cc @schuyler - can you integrate upstream?

/cc @manelclos - you graciously helped test this before - would you be able to run through #3 with this modified code?

@stefanocudini
Copy link

stefanocudini commented Apr 17, 2018

I'm using the version 0.92, option --sanitize-columns doesn't exist anymore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants