Closed
Bug 247544
Opened 21 years ago
Closed 21 years ago
There is a column named 'date' in series_data, which Oracle doesn't like
Categories
(Bugzilla :: Installation & Upgrading, defect)
Bugzilla
Installation & Upgrading
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: jdubrule, Assigned: gerv)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040404 Firefox/0.8
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040404 Firefox/0.8
In checksetup.pl, the table named 'series_data' has a column named 'date', which
is a reserved word in Oracle.
Reproducible: Always
Steps to Reproduce:
Run checksetup.pl
Actual Results:
ERROR at line 2:
ORA-00904: invalid column name
Expected Results:
Table Created.
Updated•21 years ago
|
Blocks: bz-oracle
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.20
Comment 1•21 years ago
|
||
Yeah, the lack of context-sensitive column nameing annoys me about oracle.. :)
| Assignee | ||
Comment 2•21 years ago
|
||
Grr. And this one, too. :-|
Do we want this and its friend bug 247547 for 2.18? Dave?
Gerv
Assignee: zach → gerv
Flags: blocking2.18?
Comment 3•21 years ago
|
||
normally I would say schema changes are scary on a branch, but I'll OK this
(and the other one) for 2.18 provided they go in as part of your charting
megapatch, since they are both related to chart schema. :)
Flags: blocking2.18? → blocking2.18+
Target Milestone: Bugzilla 2.20 → Bugzilla 2.18
Comment 4•21 years ago
|
||
FYI, while you're getting this, there's a "value" column in the same table...
value is a reserved word in several databases as well.
| Assignee | ||
Comment 5•21 years ago
|
||
Fixed by checkin for bug 225687.
Gerv
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•13 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
•