[gdal-dev] Motion: Promote GDAL 2.3.0 RC1 for release

2018-05-08 Thread Even Rouault
Hi, No critical issues have been raised on RC1, so --- Motion: GDAL/OGR 2.3.0 RC1 is promoted to be the official 2.3.0 final release. --- My vote: +1 -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mail

Re: [gdal-dev] connect mssql from linux

2018-05-08 Thread Mateusz Loskot
AFAIK, yes the new driver does support the extension API (I think the driver installer let's you to install SDK for it). The bcp utility that uses the driver is available on Linux. Mateusz Loskot, mate...@loskot.net (Sent from mobile) On Tue, 8 May 2018, 22:10 Jeremy Palmer, wrote: > But does t

Re: [gdal-dev] connect mssql from linux

2018-05-08 Thread Jeremy Palmer
But does the ODBC driver support the BCP (bulk copy) API? That was the original reason to use the native client. On Wed, May 9, 2018 at 8:06 AM, Mateusz Loskot wrote: > FYI, the SQL Server Native Client is not the best choice to connect to the > latest MSSQL. > You may want to to switch to the n

Re: [gdal-dev] connect mssql from linux

2018-05-08 Thread Mateusz Loskot
FYI, the SQL Server Native Client is not the best choice to connect to the latest MSSQL. You may want to to switch to the new driver available for both, Linux and Windows https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server Mateusz Loskot

Re: [gdal-dev] connect mssql from linux

2018-05-08 Thread Tamas Szekeres
What if you disable bulk insert with "-config MSSQLSPATIAL_USE_BCP NO" ? Best regards, Tamas 2018-05-08 18:44 GMT+02:00 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

Re: [gdal-dev] connect mssql from linux

2018-05-08 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 > interesting to know why the LINUX native driver doesn't work. my experience is even worse. It tru