Opened 16 years ago

Closed 14 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 gregboone, 16 years ago

Component: FDO APIKingOracle Provider
Owner: changed from gregboone to haris

comment:2 by gregboone, 16 years ago

Milestone: 3.3.03.3.1

comment:3 by haris, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.