Closed
Bug 23453
Opened 25 years ago
Closed 25 years ago
Broken keywords/cc query.
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Bugzilla
Bugzilla-General
Tracking
()
VERIFIED
FIXED
Bugzilla old
People
(Reporter: CodeMachine, Assigned: terry)
References
()
Details
Please stand by ...
Content-type: text/html
Software error:
select bugs.bug_id, bugs.groupset, date_format(bugs.delta_ts,'Y-m-d'),
substring(bugs.bug_status,1,4),
substring(bugs.resolution,1,4), substring(bugs.product, 1, 8), bugs.votes,
bugs.target_milestone,
substring(bugs.short_desc, 1, 60) from bugs left join cc on bugs.bug_id =
cc.bug_id left join profiles ccname
on cc.who = ccname.userid, profiles assign, profiles report left join profiles
qacont on bugs.qa_contact =
qacont.userid, versions projector where bugs.assigned_to = assign.userid and
bugs.reporter = report.userid
and bugs.product = projector.program and bugs.version = projector.value and
bugs.groupset & 0 = bugs.groupset
and keywords.bug_id = bugs.bug_id and (keywords.keywordid = 2) group by
bugs.bug_id : at globals.pl line 69.
Please send mail to this site's webmaster for help.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Whoops! Silly SQL. Fixed.
Thanks for letting me know!
Reporter | ||
Comment 2•25 years ago
|
||
Verif. The query works, what other bug lurks?
Status: RESOLVED → VERIFIED
QA Contact: matty
Comment 3•24 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Target Milestone: --- → Bugzilla old
Version: other → unspecified
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
•