Changes between Version 3 and Version 6 of Ticket #759


Ignore:
Timestamp:
May 7, 2014, 2:23:06 PM (10 years ago)
Author:
Dimitar Misev
Comment:

Ah no, I just realized it had an extraneous ')' at the end, not missing a from clause actually.. fixing now.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #759 – Description

    v3 v6  
    1515(Both queries get translated to the same underlying rasql query with capital letters:
    1616{{{
    17 select encode((c).blue, "PNG", "xmin=314158.77412577;xmax=574363.77412577;ymin=394361.64417978;ymax=632963.64417978;crs=EPSG:27700") from bgs_rs AS c where oid(c)=6145) from bgs_rs as c
     17select encode((c).blue, "PNG", "xmin=314158.77412577;xmax=574363.77412577;ymin=394361.64417978;ymax=632963.64417978;crs=EPSG:27700") from bgs_rs AS c where oid(c)=6145
    1818}}}
    1919