﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14060	PostGISAdapter needs to properly cast input for comparisons on geography columns.	jbronn	jbronn	"When performing `exact` queries on geography columns, the input is not casted to the geography type, leading to an error:
{{{
DatabaseError: operator does not exist: geography ~= geometry
LINE 1: ... FROM ""geogapp_city"" WHERE ""geogapp_city"".""point"" ~= ST_Geom...
                                                             ^
HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.
}}}

Attached is an initial patch for a test case demonstrating the problem."		closed	GIS	1.2		fixed			Unreviewed	0	0	0	0	0	0
