Changes between Initial Version and Version 4 of Ticket #6265


Ignore:
Timestamp:
Jan 5, 2016, 11:10:34 AM (8 years ago)
Author:
dadler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6265 – Description

    initial v4  
    77Unfortunately, there is a lot of duplication of code between GPKG and DB2 - it would be nice if this could be refactored as much of the code is quite complex.
    88
    9 Should the component be OGR_SF or GDAL_Raster? All the source will be in ogr/ogrsf_frmts/db2.
     9Added functionality to the DB2 driver in ogr/ogrsf_frmts/db2.
     10
     11*Added gdaldb2rasterband.cpp which has most of raster functionality.
     12
     13*Added ogrdb2datasourcemd.cpp which has metadata handling
     14
     15*Added ogrdb2cli.cpp which has DB2 CLI functionality
     16
     17*Added drv_db2_raster.html
     18
     19*Modified most source for cleanup - line lengths exceed 79 in code copied from ogrgeopackagerasterband.cpp
     20
     21*Added autotest/gdrivers/db2.py for minimal raster test
     22
     23Code committed with revision 32763.
     24Test committed with revision 32764.