[gdal-dev] ogr2ogr with ORACLE driver: limitation on table name size?

Victoria Ponz-Sarvise vponz-sarvise at forsk.com
Wed Sep 16 01:02:11 PDT 2020


Hi,
I'm not familiar with your workflow. When will this correction be available to use?
Thanks
Victoria



On mardi 15 septembre 2020 16:33:51 CEST Even Rouault wrote:

> Ivan,

>

> > https://github.com/OSGeo/gdal/blob/70a2ec1795c3e01aeaf1ac3c0f7c69a3f0fa2ca

> > 5/ gdal/ogr/ogrsf_frmts/oci/ogrocisession.cpp#L316

>

> The logic

>

> if( nServerVersion >= 12 && nServerRelease >= 2 )

>

> looks wrong to me. It will not work for 13.0 for example

>

> Shouldn't that be

>

> if( nServerVersion > 12 || (nServerVersion == 12 && nServerRelease >= 2) )



I've committed the above change



--

Spatialys - Geospatial professional services

http://www.spatialys.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20200916/ba70198e/attachment.html>


More information about the gdal-dev mailing list