Page 1 of 1

Mantis & Oracle : problem with filter

Posted: 17 Sep 2009, 07:18
by Leonardo Colombi
Hello everybody,
I've just register because I'm trying of make Mantis Bt work with Oracle (10g).
I've followed some instructions and suggestions found here : http://www.mantisbt.org/bugs/view.php?id=6895
But still I've problems.
I fix some of them changing queries when the "as" word was used for describe aliases for tables.
For example in function summary_print_by_activity() of summary_api.php:
FROM $t_mantis_bug_table AS b, $t_mantis_history_table AS h -> FROM $t_mantis_bug_table b, $t_mantis_history_table h

Some others insetad I'm not able to solve :(
For example, and so I open this topic, filter seems to have problems.
I cannot save my own filter, while executing a filter does not cause any search or reduction of bugs in the summary.

Can anyone help me or suggest a way to proceed?
Thanks


PS: sorry for my english :oops: