When we do a query.columnList on a table that contains a geometry
datatype column it errors with unsupported data type. This does not
seem to be fixed in CF10 - Update 11. Have you heard of this, seen
this or have a solution to this issue?
Super easy to reproduce, just create a table with a geom or geography
column, run a query Select TOP 1 * FROM TABLEWITHGEMO, whatever and
then do the queryname_columnList which normal returns column names
that you can loop through (as you most likely know).