pramsey / pgsql-ogr-fdw

PostgreSQL foreign data wrapper for OGR
MIT License
237 stars 34 forks source link

Only add config_options if they are present on the command line. #201

Closed mccuskk closed 3 years ago

mccuskk commented 3 years ago

Hi

Sorry for missing that. I have also added code to ensure that we strip all spaces out of the config_options (if present) before trying to parse them.

The existing code really doesn't like spaces in the options.

Thanks

Kieran

pramsey commented 3 years ago

Are you sure config options don't validly have spaces in them?

MYOPTION="foo bar"

Maybe?