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
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
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
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,
--
---+--