Re: [gdal-dev] RFC28 OGR SQL Expressions now in trunk

2010-09-16 Thread Even Rouault
For the record, if I create a postgres table 0, I need to double-quote it when issuing a SQL query, like : ogrinfo pg:dbname=autotest -sql 'select * from "0"' and mysql needs also quoting, but they use reverse slash ` character instead of double-quote. So the new syntax isn't something that

Re: [gdal-dev] RFC28 OGR SQL Expressions now in trunk

2010-09-14 Thread Frank Warmerdam
Smith, Michael ERDC-CRREL-NH wrote: Frank, I was testing accesing the OGR_STYLE value from a kmz file using the LIBKML driver. Previously this had worked. u4rt9...@maps:/htdocs/dhs/marine$ ogr2ogr -f OCI oci:"user/p...@tns:marinetest MarineTraffic.kmz -nln MArineTest3 -lco dim=2 -lco srid-8265

Re: [gdal-dev] RFC28 OGR SQL Expressions now in trunk

2010-09-14 Thread Smith, Michael ERDC-CRREL-NH
Frank, I was testing accesing the OGR_STYLE value from a kmz file using the LIBKML driver. Previously this had worked. u4rt9...@maps:/htdocs/dhs/marine$ ogr2ogr -f OCI oci:"user/p...@tns:marinetest MarineTraffic.kmz -nln MArineTest3 -lco dim=2 -lco srid-8265 -lco launder=yes -lco precision=no -sq

[gdal-dev] RFC28 OGR SQL Expressions now in trunk

2010-08-17 Thread Frank Warmerdam
Folks, I have completed the migration of OGR SQL Expression support (RFC 28) into trunk, added testing and updated the documentation. Feel free to give it a try and let me know if/when you encounter problems. Best regards, -- ---+--