Closed
Bug 120980
Opened 23 years ago
Closed 23 years ago
bit column name in groups table not good for database independence
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dkl, Assigned: justdave)
Details
Attachments
(1 file)
19.96 KB,
patch
|
Details | Diff | Splinter Review |
The bit column in the groups table should be renamed to be group_bit since the
word 'bit' is a reserved key word in some other databases. Most notably,
PostgreSQL. Attaching patch for conversion.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Blocks: bz-postgres
Comment 2•23 years ago
|
||
Why bother? You're getting rid of this in the groups rewrite, and thats a prereq
for postgressql support anyway.
Reporter | ||
Comment 3•23 years ago
|
||
Good point. I came across it when working on the PostgreSQL port which doesnt
include the group schema changes. The group schema changes should land before
PostgreSQL so I will go ahead and close this bug. With the group changes, the
bit column will disappear anyway.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•22 years ago
|
No longer blocks: 68022, bz-postgres
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•