[fdo-trac] #225: Wrong definition of comma-separator for SQL-'IN'
filter
FDO
trac_fdo at osgeo.org
Tue Jan 15 09:33:26 EST 2008
#225: Wrong definition of comma-separator for SQL-'IN' filter
------------------------+---------------------------------------------------
Reporter: andymorf | Owner: gregboone
Type: defect | Status: new
Priority: major | Milestone: 3.3.0
Component: FDO API | Version: 3.3.0
Severity: 4 | Keywords: SQL-'IN'
External_id: |
------------------------+---------------------------------------------------
within file "c_KgOraFilterProcessor.cpp" there is a wrong constant
definition for IN-filter definition:
Line: 27
current: #define D_FILTER_COMMA " ( "
should be: #define D_FILTER_COMMA " , "
this lead to malfunction when a user defines joins
Greets, Andreas
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/225>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list