Closed
Bug 285316
Opened 20 years ago
Closed 20 years ago
Bugzilla::DB database drivers should know their own short name
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 284348
People
(Reporter: mkanat, Assigned: mkanat)
Details
For example, Bugzilla::DB::Pg should know that it's called "Pg." This will make
certain logic when instantiating Schema objects a LOT easier. :-)
If there's not an easy way to do this in perl, I'll just add a 'use constant' to
each driver. It's pretty simple.
Assignee | ||
Comment 1•20 years ago
|
||
Actually, I've decided to just fix this inside of bug 284348, which is where the
code will actually be used.
*** This bug has been marked as a duplicate of 284348 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•