Opened 17 years ago
Closed 15 years ago
#225 closed defect (fixed)
Wrong definition of comma-separator for SQL-'IN' filter
Reported by: | andymorf | Owned by: | haris |
---|---|---|---|
Priority: | major | Milestone: | 3.4.0 |
Component: | KingOracle Provider | Version: | 3.3.0 |
Severity: | 4 | Keywords: | SQL-'IN' |
Cc: | External ID: |
Description
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
Change History (3)
comment:1 by , 17 years ago
Component: | FDO API → KingOracle Provider |
---|---|
Owner: | changed from | to
comment:2 by , 17 years ago
Milestone: | 3.3.0 → 3.3.1 |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.