View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007191 | mantisbt | db oracle | public | 2006-06-12 04:54 | 2014-05-16 15:01 |
Reporter | mechantflou | Assigned To | ryandesign | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 1.0.3 | ||||
Summary | 0007191: error in filter_api with date filter | ||||
Description | this query doesn't work in oracle SELECT DISTINCT m_bug_tbl.id as id, FROM m_project_tbl, m_bug_tbl first, I've added a new function in database_api.php function db_prepare_date( $p_date)
then I've modified at the line 520 in filter_api.php With all change, date filter can work with oracle | ||||
Tags | No tags attached. | ||||
Dupe of 0007190 |
|
MantisBT currently supports Mysql and has support for other database engines. The support for other databases is known to be problematic. Having implemented the current database layer into Mantis 10 years ago, I'm currently working on replacing the current layer. If you are interested in using Mantis with non-mysql databases - for example, Oracle, PGSQL or MSSQL, and would be willing to help out testing the new database layer, please drop me an email at paul@mantisforge.org In the meantime, I'd advise running Mantis with Mysql Only to avoid issues. Thanks |
|