Re: [gdal-dev] Possible bug with creating transactions using the FileGDB driver

2017-10-03 Thread mikeucfl
The fix worked for me, thanks! -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Possible bug with creating transactions using the FileGDB driver

2017-10-03 Thread Even Rouault
Hi, The 2 calls to Stat() are not done in the proper order indeed. Should be fixed per https:// trac.osgeo.org/gdal/ticket/7070 Even > I recently stepped up some code to use Visual Studio 2015 and calling > GDALDataset::startTransaction(true) seems to fail for the FileGDB driver. I > tracked th

[gdal-dev] Possible bug with creating transactions using the FileGDB driver

2017-10-03 Thread mikeucfl
I recently stepped up some code to use Visual Studio 2015 and calling GDALDataset::startTransaction(true) seems to fail for the FileGDB driver. I tracked the issue down to cpl_conv's CPLCopyTree method: In Visual Studio 2012 the first call to VSIStatL(pszOldPath, &sStatBuf) sets sStatBuf so st_mod