Le jeudi 29 novembre 2012 05:34:11, Jeremy Palmer a écrit : > Hi Brent, > > It's in PostgreSQL. We could convert the field to a string data type, but > that's not the point. OGR is currently corrupting data without telling the > user!
With latest trunk, you can set the OGR_SETFIELD_NUMERIC_WARNING configruation option to YES. This should generate a warning if the conversion to int overflows. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
