Brent,<div><br></div><div>Could you point me to the documentation where this syntax is mentioned? Is this specific to OGR tile indexes?</div><div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div><br></div>
<div><br><br><div class="gmail_quote">2013/3/3 Brent Fraser <span dir="ltr"><<a href="mailto:bfraser@geoanalytic.com" target="_blank">bfraser@geoanalytic.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div>Tamas,<br>
        if I understand correctly you are talking about connection
      strings like:<br>
      <br>
              CONNECTIONTYPE OGR
      <br>
              TILEINEX "PG:dbname='PN2010_0911' host='thinkcentre1'
      port='5432' user='PN2010_0911' password='PN2010_0911',images"
      <br>
      <br>
      note the comma and table name at the end.  <br>
      See
      <a href="http://lists.osgeo.org/pipermail/mapserver-dev/2011-April/011194.html" target="_blank">http://lists.osgeo.org/pipermail/mapserver-dev/2011-April/011194.html</a><br>
      <br>
      <br>
      <pre cols="72">Best Regards,
Brent Fraser</pre><div><div class="h5">
      On 3/3/2013 2:09 PM, Tamas Szekeres wrote:<br>
    </div></div></div>
    <blockquote type="cite"><div><div class="h5">Hi,
      <div><br>
      </div>
      <div>According to a commit (made 11 years ago) in <a href="http://trac.osgeo.org/mapserver/changeset/1370" target="_blank">rev1370</a> 
        the OGR connections strings are being split by the comma
        separators, see the following fragment in msOGRFileOpen:</div>
      <div><br>
      </div>
      <div>
        <div>     papszTokens = CSLTokenizeStringComplex(
          conn_decrypted, ",", TRUE, FALSE );</div>
        <div><br>
        </div>
        <div>    if( CSLCount(papszTokens) > 0 )</div>
        <div>      pszDSName = CPLStrdup( papszTokens[0] );</div>
        <div>    if( CSLCount(papszTokens) > 1 )</div>
        <div>      pszLayerDef = CPLStrdup( papszTokens[1] );</div>
      </div>
      <div><br>
      </div>
      <div>This behaviour causes issues if the syntax of the connection
        string may normally expect commas, like with the issue: <a href="http://trac.osgeo.org/gdal/ticket/4885" target="_blank">http://trac.osgeo.org/gdal/ticket/4885</a></div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>Does it make sense to split the connection strings this way? </div>
      <div><br>
      </div>
      <div>According to the <a href="http://mapserver.org/en/input/vector/ogr.html" target="_blank">OGR
          driver documentation</a> the layer definitions should go to
        the DATA section and not to the CONNECTION section.</div>
      <div><br>
      </div>
      <div>I'd be in favour of removing this fragment from the code but
        I'm not sure about all consequences.</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>Best regards,</div>
      <div><br>
      </div>
      <div>Tamas</div>
      <div>
        <br>
      </div>
      <div><br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
mapserver-dev mailing list
<a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.osgeo.org</a>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-dev</a>
</pre>
    </blockquote>
    <br>
  </div>

</blockquote></div><br></div>