lukasmartinelli / postgis-editor

An accessible PostGIS query editor and visualizer.
MIT License
193 stars 29 forks source link

syntax error at end of input when commenting a line #11

Open baditaflorin opened 8 years ago

baditaflorin commented 8 years ago

This does not work

SELECT st_centroid(linestring) geom,* FROM ways -- where (ways.tags -> 'highway'::text) IS NOT NULL

This works

SELECT st_centroid(linestring) geom,* FROM ways