Hi all,
currently, DB Manager throws an error for a query like this:

SELECT aaa, ST_Area(geom) AS bbb
 FROM ccc
 ORDER BY bbb

requiring instead:

SELECT aaa, ST_Area(geom) AS "bbb"
FROM ccc
ORDER BY bbb

This is correct, but annoying, and breaks previous queries. Is the
change really necessary? Wouldn't it be better to revert it?

Thanks.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to