Hi,
yesterday was a very prolific day where several regressions of 3.8.0
were reported:
- https://github.com/OSGeo/gdal/issues/8755: Python: Filtered
parquet/arrow layers sometimes produce invalid Map arrays
- https://github.com/OSGeo/gdal/issues/8757: Conversion from GPKG using
ogr2ogr fa
Matteo,
From a quick test, I can't reproduce. Please provide a minimum
shapefile that reproduces the issue
$ cat test.csv
id,dt
1,"/00/00"
$ cat test.csvt
Integer,Date
$ ogr2ogr date_null.shp test.csv
Warning 1: Invalid value type found in record 1 for field dt. This
warning will no longe
Hi all,
I'm trying to import (many) shapefiles into a PG database. I'm facing
the following error, but only when PG_USE_COPY is set to YES:
ERROR 1: COPY statement failed.
ERROR: date/time field value out of range: "/00/00"
CONTEXT: COPY TABLE, line 12682, column DATA_INI: "/00/00"