<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 6, 2016 at 3:57 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">> Is there a context where a double-quoted string would be acceptable here?<br>
> If so, then fine (maybe).  But if not, it seems that something like<br>
> "unexpected character '"' found in where clause" would make more sense than<br>
> the current message.<br>
><br>
<br>
</span>Well, there are cases where your datasource could have field names that require<br>
double quoting. It is generally not possible to distinguish the cases where<br>
the user wanted to specify a field name but get it wrong, from the cases where<br>
he wanted to specify a string literal. If you try with another SQL engine,<br>
you'd have similar messages :<br>
<br>
$ ogrinfo pg:dbname=autotest -sql "select * from poly where eas_id = \"some<br>
text""<br>
INFO: Open of `pg:dbname=autotest'<br>
      using driver `PostgreSQL' successful.<br>
ERROR 1: ERROR: the column « some text » does not exist<br>
LINE 1: ...SQLCursor CURSOR for select * from poly where eas_id = "some text"<br>
<span class=""><br>
><br>
> I'm not grumbling about the change, but it took me a while to track down :(<br>
>   A different error message would have helped greatly.<br>
<br>
</span>Yes, I can understand that. I encourage everybody looking at the<br>
MIGRATION_GUIDE when they upgrade their version :<br>
<a href="https://svn.osgeo.org/gdal/trunk/gdal/MIGRATION_GUIDE.TXT" rel="noreferrer" target="_blank">https://svn.osgeo.org/gdal/trunk/gdal/MIGRATION_GUIDE.TXT</a></blockquote><div><br></div><div>Yes, I thought about that case after I send the last note.  When I googled to check what was going on, the first thing that came up was an Oracle reference which seems to say single and double-quoted strings are both acceptable in such a context, which led to my confusion.</div><div><br></div><div>Thanks again for your time,</div><div><br></div></div>-- <br><div class="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</div></div>