MantisBT: master-1.2.x 817a8341

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2011-07-26 01:03 master-1.2.x 78dcda43
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