pramsey / pgsql-ogr-fdw

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

ogr file test is broken #204

Closed robe2 closed 3 years ago

robe2 commented 3 years ago

Just noticed that winnie's ogr_fdw master build is failing. I was worried I forgot to compile with iconv again, but no.

Look at this

CREATE SERVER myserver_latin1_direct FOREIGN DATA WRAPPER ogr_fdw OPTIONS ( ! datasource '/Users/pramsey/Code/pgsql-ogr-fdw/data', format 'ESRI Shapefile', character_encoding 'LATIN1' ); --- 117,123 ---- CREATE SERVER myserver_latin1_direct FOREIGN DATA WRAPPER ogr_fdw OPTIONS ( ! datasource 'E:/jenkins/postgis/ogrfdw/branches/master/data', format 'ESRI Shapefile', character_encoding 'LATIN1' );

Same issue on travis - https://travis-ci.org/github/pramsey/pgsql-ogr-fdw/jobs/745483734