Changes between Version 2 and Version 3 of Ticket #5047


Ignore:
Timestamp:
Apr 5, 2013, 10:17:13 AM (11 years ago)
Author:
sbl
Comment:

I see that it is a fundamental and widely used function, and I will try to find out what could have went wrong on my side. Maybe something went wrong when I compiled GDAL, but I tested lots of different sql-statments and got allways a syntax error... The typo in the description would not have led to an error message at all because the system would waited for the end of the command...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5047 – Description

    v2 v3  
    1 I see that it is a fundamental and widely used function, and I will try to find out what could have went wrong on my side. Maybe something went wrong when I compiled GDAL, but I tested lots of different sql-statments and got allways a syntax error...
    2 The typo in the description would not have led to an error message at all because the system would waited for the end of the command...
     1When converting from shapefile to shapefile (or to PostGIS) ogr2ogr invoked with -sql statement throws error message:
     2"ERROR 1: SQL Expression Parsing Error: syntax error"
     3Even with a simple syntax like: ""SELECT * FROM mylayer". Happend on Ubuntu 12.04 server.