Changes between Version 25 and Version 26 of GDAL20Changes


Ignore:
Timestamp:
Dec 17, 2012, 12:34:00 PM (11 years ago)
Author:
Even Rouault
Comment:

Add a link to #4808

Legend:

Unmodified
Added
Removed
Modified
  • GDAL20Changes

    v25 v26  
    9292The current GetDefaultRAT/SetDefaultRAT implementation is not suitable for large RAT's - the whole RAT must be read and held in memory. A solution would be to create a new method to return a derived class that handles the actual reading and writing much like GetRasterBand. This derived class could have methods for reading/writing parts of specified columns from/to application managed memory and handling data type conversion much like RasterIO.
    9393
     94== Revise how OGR handles string encodings ? ==
     95
     96RFC23 has left some users unhappy, particularly with how encoding management is done with shapefiles. There are quite a few tickets on that issue and in #4808 a patch is proposed so that OGR drivers report their source encoding ( OGRLayer::GetEncoding() ). RFC23 should be amended if this approach was accepted.
     97
    9498== Housekeeping issues ==
    9599
     
    129133 * #4280 - [PATCH] SQL parser : differentiate quoting of string literals from identifiers
    130134 * #4620 - OGRPGTableLayer does not check for bUpdateAccess in CreateField
     135 * #4808 - [PATCH] Shapefile: interpreting LDID/87 not as ISO-8859-1 but as no codepage specified