Changes between Initial Version and Version 3 of Ticket #4012
- Timestamp:
- 03/23/11 07:00:56 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4012
- Property keywords pg added
- Property owner changed from warmerdam to rouault
- Property version changed from unspecified to 1.8.0
- Property component changed from default to OGR_SF
-
Ticket #4012 – description
initial v3 1 1 The following command has different results in different versions of the driver: 2 {{{ 2 3 ogr2ogr -f "PostgreSQL" %CS% "test.tab" -nlt NONE -nln test_table 4 }}} 3 5 where: 4 -test.tab is a MapInfo file containing a non-spatial layer (just a regular table)5 -CS="PG:host='localhost' port='54321' dbname='test_ogr' user='test_ogr' password='test_ogr'"6 * test.tab is a MapInfo file containing a non-spatial layer (just a regular table) 7 * CS="PG:host='localhost' port='54321' dbname='test_ogr' user='test_ogr' password='test_ogr'" 6 8 7 9 In GDAL 1.7.1, released 2010/02/08, a record is inserted in geometry_columns. 8 10 But in both in: 9 - GDAL 1.8.0, released 2011/01/12 10 - GDAL 1.9dev, released 2011/01/18 11 * GDAL 1.8.0, released 2011/01/12 12 * GDAL 1.9dev, released 2011/01/18 13 11 14 no record is inserted. 12 15
