Re: [gdal-dev] mssql append fails for non-geometry layers

2018-05-07 Thread Martin Landa
Hi, 2018-05-04 14:50 GMT+02:00 Martin Landa : > ERROR 1: No column definitions found for table 'dbo.vla', layer not usable. it's source of problems. Client fails to get column definitions [1]. Then GDAL tries to overwrite layer which fails [2]. Running SQL Server 2014. Ma [1] https://github.co

Re: [gdal-dev] connect mssql from linux

2018-05-07 Thread Martin Landa
Hi, 2018-05-07 1:37 GMT+02:00 Jeremy Palmer : > Note I alway found the FreeTDS driver would truncate values on rows that > contained large geometries. Can't remember the size limit though. Would be thanks for warning, in my case I do not care about geometries, so it's fine. > interesting to know