Opened 18 years ago
Closed 18 years ago
#51 closed defect (fixed)
Parenthesis used as comma
Reported by: | mloskot | Owned by: | haris |
---|---|---|---|
Priority: | major | Milestone: | 3.3.0 |
Component: | KingOracle Provider | Version: | 3.2.0 |
Severity: | 4 | Keywords: | |
Cc: | External ID: |
Description ¶
I'm not sure it is an error, but I think it's at least suspicious. In file
Providers/KingOracle/src/Provider/c_KgOraFilterProcessor.cpp
at line 29, there is following definition:
#define D_FILTER_COMMA " ( "
Isn't it expected to read as follows:
#define D_FILTER_COMMA " , "
Note:
See TracTickets
for help on using tickets.