[fdo-trac] #486: MySQL cannot handle calculations with same
name as a property but with different case
FDO
trac_fdo at osgeo.org
Wed Mar 25 11:57:13 EDT 2009
#486: MySQL cannot handle calculations with same name as a property but with
different case
------------------------------+---------------------------------------------
Reporter: romicadascalescu | Owner: romicadascalescu
Type: defect | Status: closed
Priority: major | Milestone: 3.5.0
Component: GenericRdbms API | Version: 3.4.0
Severity: 3 | Resolution: fixed
Keywords: | External_id:
------------------------------+---------------------------------------------
Changes (by romicadascalescu):
* status: new => closed
* resolution: => fixed
Comment:
MySQL was converting all properties (including calculations) to upper case
making impossible to have calculations like Area=v/2, area=v/4
To fix this we handle differently the calculations, by avoiding making
them
upper case and identify the calculation based on index position.
/FeatureCommands/FdoRdbmsFeatureReader.h
/FeatureCommands/FdoRdbmsFeatureReader.cpp
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/486#comment:1>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list