SW Tracking Report Sven Gothel

From JogampWiki

Jump to: navigation, search

Contents

Flagged

BugzillaReports : Error running the sql : SELECT DISTINCT bugs.bug_id as id, alias, flagprofiles.flagfrom_realname as flagfrom, flagprofiles.flag_realname as flag, flagprofiles.flagname as flagname, flagprofiles.flagdate as flagdate, keywords, longdescslastcomment.thetext, priority, products.name as product, bug_severity as severity, bug_status as status, short_desc as summary, bug_file_loc as url, version FROM `bugs`.bugs INNER JOIN (SELECT bug_id,creation_date as flagdate,flagsto.login_name as flag_login,flagsto.realname as flag_realname,flagsfrom.login_name as flagfrom_login, flagsfrom.realname as flagfrom_realname,flagtypes.name as flagname from `bugs`.flags INNER JOIN `bugs`.flagtypes ON flags.type_id=flagtypes.id INNER JOIN `bugs`.profiles as flagsto ON flags.requestee_id=flagsto.userid INNER JOIN `bugs`.profiles as flagsfrom ON flags.setter_id=flagsfrom.userid where status='?' and flagsto.login_name='sgothel@jausoft.com') as flagprofiles on flagprofiles.bug_id=bugs.bug_id LEFT JOIN (SELECT MAX(longdescs.bug_when) as sub_comment_when, longdescs.bug_id as sub_bug_id FROM `bugs`.longdescs GROUP BY longdescs.bug_id) descs ON bugs.bug_id=descs.sub_bug_id LEFT JOIN `bugs`.longdescs as longdescslastcomment ON longdescslastcomment.bug_when=sub_comment_when LEFT JOIN `bugs`.products on bugs.product_id=products.id where 1=1 and (bug_status='NEW' OR bug_status='ASSIGNED' OR bug_status='UNCONFIRMED' OR bug_status='REOPENED') order by priority,bug_status ASC; Unknown column 'keywords' in 'field list'

Up and Coming

BugzillaReports : Error running the sql : SELECT DISTINCT bugs.bug_id as id, alias, deadline, quickflag.flagdate as flagdate, keywords, longdescslastcomment.thetext, priority, products.name as product, bug_severity as severity, bug_status as status, short_desc as summary, profiles.realname as assignedto, bug_file_loc as url FROM `bugs`.bugs LEFT JOIN (SELECT bug_id as quickflagbugid, MAX(creation_date) as flagdate from `bugs`.flags where status='?' group by quickflagbugid) as quickflag on quickflag.quickflagbugid=bugs.bug_id LEFT JOIN (SELECT MAX(longdescs.bug_when) as sub_comment_when, longdescs.bug_id as sub_bug_id FROM `bugs`.longdescs GROUP BY longdescs.bug_id) descs ON bugs.bug_id=descs.sub_bug_id LEFT JOIN `bugs`.longdescs as longdescslastcomment ON longdescslastcomment.bug_when=sub_comment_when LEFT JOIN `bugs`.products on bugs.product_id=products.id LEFT JOIN `bugs`.profiles on bugs.assigned_to=profiles.userid where 1=1 and deadline IS NOT NULL and (bug_status='NEW' OR bug_status='ASSIGNED' OR bug_status='UNCONFIRMED' OR bug_status='REOPENED') and profiles.login_name='sgothel@jausoft.com' order by COALESCE(deadline, '2100-01-01') ASC,priority,bug_status ASC; Unknown column 'keywords' in 'field list'

Product Priority

Jogl

BugzillaReports : Error running the sql : SELECT DISTINCT bugs.bug_id as id, alias, quickflag.flagdate as flagdate, keywords, longdescslastcomment.thetext, priority, products.name as product, bug_severity as severity, bug_status as status, short_desc as summary, profiles.realname as assignedto, bug_file_loc as url, version FROM `bugs`.bugs LEFT JOIN (SELECT bug_id as quickflagbugid, MAX(creation_date) as flagdate from `bugs`.flags where status='?' group by quickflagbugid) as quickflag on quickflag.quickflagbugid=bugs.bug_id LEFT JOIN (SELECT MAX(longdescs.bug_when) as sub_comment_when, longdescs.bug_id as sub_bug_id FROM `bugs`.longdescs GROUP BY longdescs.bug_id) descs ON bugs.bug_id=descs.sub_bug_id LEFT JOIN `bugs`.longdescs as longdescslastcomment ON longdescslastcomment.bug_when=sub_comment_when LEFT JOIN `bugs`.products on bugs.product_id=products.id LEFT JOIN `bugs`.profiles on bugs.assigned_to=profiles.userid where 1=1 and products.name='Jogl' and (bug_status='NEW' OR bug_status='ASSIGNED' OR bug_status='UNCONFIRMED' OR bug_status='REOPENED') and profiles.login_name='sgothel@jausoft.com' order by priority,bug_status ASC; Unknown column 'keywords' in 'field list'

Gluegen

BugzillaReports : Error running the sql : SELECT DISTINCT bugs.bug_id as id, alias, quickflag.flagdate as flagdate, keywords, longdescslastcomment.thetext, priority, products.name as product, bug_severity as severity, bug_status as status, short_desc as summary, profiles.realname as assignedto, bug_file_loc as url, version FROM `bugs`.bugs LEFT JOIN (SELECT bug_id as quickflagbugid, MAX(creation_date) as flagdate from `bugs`.flags where status='?' group by quickflagbugid) as quickflag on quickflag.quickflagbugid=bugs.bug_id LEFT JOIN (SELECT MAX(longdescs.bug_when) as sub_comment_when, longdescs.bug_id as sub_bug_id FROM `bugs`.longdescs GROUP BY longdescs.bug_id) descs ON bugs.bug_id=descs.sub_bug_id LEFT JOIN `bugs`.longdescs as longdescslastcomment ON longdescslastcomment.bug_when=sub_comment_when LEFT JOIN `bugs`.products on bugs.product_id=products.id LEFT JOIN `bugs`.profiles on bugs.assigned_to=profiles.userid where 1=1 and products.name='Gluegen' and (bug_status='NEW' OR bug_status='ASSIGNED' OR bug_status='UNCONFIRMED' OR bug_status='REOPENED') and profiles.login_name='sgothel@jausoft.com' order by priority,bug_status ASC; Unknown column 'keywords' in 'field list'

Newt

BugzillaReports : Error running the sql : SELECT DISTINCT bugs.bug_id as id, alias, quickflag.flagdate as flagdate, keywords, longdescslastcomment.thetext, priority, products.name as product, bug_severity as severity, bug_status as status, short_desc as summary, profiles.realname as assignedto, bug_file_loc as url, version FROM `bugs`.bugs LEFT JOIN (SELECT bug_id as quickflagbugid, MAX(creation_date) as flagdate from `bugs`.flags where status='?' group by quickflagbugid) as quickflag on quickflag.quickflagbugid=bugs.bug_id LEFT JOIN (SELECT MAX(longdescs.bug_when) as sub_comment_when, longdescs.bug_id as sub_bug_id FROM `bugs`.longdescs GROUP BY longdescs.bug_id) descs ON bugs.bug_id=descs.sub_bug_id LEFT JOIN `bugs`.longdescs as longdescslastcomment ON longdescslastcomment.bug_when=sub_comment_when LEFT JOIN `bugs`.products on bugs.product_id=products.id LEFT JOIN `bugs`.profiles on bugs.assigned_to=profiles.userid where 1=1 and products.name='Newt' and (bug_status='NEW' OR bug_status='ASSIGNED' OR bug_status='UNCONFIRMED' OR bug_status='REOPENED') and profiles.login_name='sgothel@jausoft.com' order by priority,bug_status ASC; Unknown column 'keywords' in 'field list'

Jocl

BugzillaReports : Error running the sql : SELECT DISTINCT bugs.bug_id as id, alias, quickflag.flagdate as flagdate, keywords, longdescslastcomment.thetext, priority, products.name as product, bug_severity as severity, bug_status as status, short_desc as summary, profiles.realname as assignedto, bug_file_loc as url, version FROM `bugs`.bugs LEFT JOIN (SELECT bug_id as quickflagbugid, MAX(creation_date) as flagdate from `bugs`.flags where status='?' group by quickflagbugid) as quickflag on quickflag.quickflagbugid=bugs.bug_id LEFT JOIN (SELECT MAX(longdescs.bug_when) as sub_comment_when, longdescs.bug_id as sub_bug_id FROM `bugs`.longdescs GROUP BY longdescs.bug_id) descs ON bugs.bug_id=descs.sub_bug_id LEFT JOIN `bugs`.longdescs as longdescslastcomment ON longdescslastcomment.bug_when=sub_comment_when LEFT JOIN `bugs`.products on bugs.product_id=products.id LEFT JOIN `bugs`.profiles on bugs.assigned_to=profiles.userid where 1=1 and products.name='Jocl' and (bug_status='NEW' OR bug_status='ASSIGNED' OR bug_status='UNCONFIRMED' OR bug_status='REOPENED') and profiles.login_name='sgothel@jausoft.com' order by priority,bug_status ASC; Unknown column 'keywords' in 'field list'

Voted Tasks

None of your tasks have received votes

Raised

You have not raised anything

CC-ed

No ccs
Personal tools