Status
()
People
(Reporter: dkl, Assigned: justdave)
Tracking
Details
Attachments
(1 attachment)
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•17 years ago
|
||
Created attachment 65814 [details] [diff] [review] Patch to change bit column to group_bit in groups table
Comment 2•17 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•17 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
Last Resolved: 17 years ago
Resolution: --- → WONTFIX
(Assignee) | ||
Updated•17 years ago
|
Updated•6 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
•