Closed
Bug 847278
Opened 13 years ago
Closed 13 years ago
Implement MongoDB Driver
Categories
(Bugzilla :: Database, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jacky.alcine, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) rekonq/2.2.50 Safari/537.21
Steps to reproduce:
I attempted to set the database driver to 'mongo' while knowing that Bugzilla did not have support for MongoDB.
Actual results:
Bugzilla failed to start.
Expected results:
Bugzilla should have connected to mongod and began operating.
Comment 1•13 years ago
|
||
I cannot find any DBD::MongoDB on CPAN, and without it, I don't think we can easily support it.
Severity: normal → enhancement
Bugzilla requires a SQL compliant database.
We cannot support MongoDB as it is a NoSQL database.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•