Changes between Version 18 and Version 19 of GDAL20Changes


Ignore:
Timestamp:
Dec 17, 2011, 11:09:20 AM (12 years ago)
Author:
Even Rouault
Comment:

note about OGR_L_GetFeatureCount() and OGR_L_SetNextByIndex()

Legend:

Unmodified
Added
Removed
Modified
  • GDAL20Changes

    v18 v19  
    4545
    4646See [wiki:rfc31_ogr_64 RFC 31: OGR 64bit Integer Fields and FID]. For exactly the same reasons given in the previous section, this could be considered as breaking change.
     47
     48Also OGR_L_GetFeatureCount() currently returns a int, which might not be enough for huge datasets.
     49
     50OGR_L_SetNextByIndex() currently takes a long, which might not be appropriate on 32bit platforms or 64bit Windows.
    4751
    4852== Fix object lifecycle management in Python bindings ==