[fdo-trac] #118: PostGIS provider appears to be double-quoting
geometry columns
FDO
trac_fdo at osgeo.org
Tue Sep 11 11:31:27 EDT 2007
#118: PostGIS provider appears to be double-quoting geometry columns
------------------------------+---------------------------------------------
Reporter: jbirch | Owner: mloskot
Type: defect | Status: new
Priority: critical | Milestone: 3.3.0
Component: PostGIS Provider | Version: 3.2.2
Severity: 3 | Resolution:
Keywords: | External_id:
------------------------------+---------------------------------------------
Comment (by mloskot):
Oh, Mom! This bug clearly looks like caused by patches paplied for ticket
#104.
OK, let's leave the #104 closed and stick to fixing this one.
The problem is that hex string with geometry is quoted first time by
ExpressionProcessor, for examplein
ExpressionProcessor::ProcessGeometryValue(),
and next it's passed to FilterProcessor where geometry string is quoted
again with single-quotes. In result, geometry string encoded in HEX is
double quoted with single-quotes.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/118#comment:1>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list