Open
Bug 249400
Opened 20 years ago
Updated 11 years ago
Make Bugzilla's SQL compatible with Ingres
Categories
(Bugzilla :: Bugzilla-General, enhancement, P4)
Bugzilla
Bugzilla-General
Tracking
()
NEW
People
(Reporter: christopher.hane, Unassigned)
References
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; GIS IE6.0 Build 20040217; .NET CLR 1.1.4322)
Build Identifier:
Bugzilla should support support Ingres databases.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•20 years ago
|
Comment 1•20 years ago
|
||
Hey Christopher. We now have a Bugzilla::DB and Bugzilla::DB::Schema
infrastructure for Bugzilla that should make porting Bugzilla to new databases
pretty easy.
The more ANSI-compliant Ingres is, the easier it should be.
Basically, what you need to do is implement a subclass of Bugzilla::DB and
Bugzilla::DB::Schema. You can look at Bugzilla::DB::Pg and
Bugzilla::DB::Schema::Pg as samples.
If you have any questions, you can ask them here in this bug, and I'll try to
get back to you. (I'm in charge of the general cross-database Bugzilla effort.)
Tomas and Ed (who I've CC'ed on this bug) are the original authors of
Bugzilla::DB and Bugzilla::DB::Schema (respectively).
There's always a (very small) chance that if you get your changes in fairly
quickly, they'll make it to 2.20. Otherwise, I'd totally accept submissions and
try to get them into 2.22! :-)
Comment 2•20 years ago
|
||
Reassigning bugs that I'm not actively working on to the default component owner
in order to try to make some sanity out of my personal buglist. This doesn't
mean the bug isn't being dealt with, just that I'm not the one doing it. If you
are dealing with this bug, please assign it to yourself.
Assignee: justdave → general
QA Contact: mattyt-bugzilla → default-qa
Updated•18 years ago
|
Priority: -- → P4
You need to log in
before you can comment on or make changes to this bug.
Description
•