MantisBT: master 0b3b459c

Author Committer Branch Timestamp Parent
dregad dregad master 2011-07-26 01:03 master 80231d23
Affected Issues  0011282: For 1.3.0 - ORA-00918: column ambiguously defined for the query: SELECT DISTINCT m_bug_tbl.*
Changeset

Fix 0011282: Oracle error ORA-00918 column ambiguously defined

Filter API does a SELECT DISTINCT $t_bug_table.*; before this patch the fields
list also included 2 additional columns; MySQL had no problem with that, but
Oracle gave the above-mentioned error.

mod - core/filter_api.php Diff File