﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18	Metasystem optimization: Don't select duplicate fields	Adrian Holovaty	Adrian Holovaty	"In the following query, ""poll_choices.poll_id"" and ""polls.id"" are the same
value. Only one of them needs to be selected:

{{{
    SELECT poll_choices.id,poll_choices.poll_id,poll_choices.choice,
        poll_choices.votes, polls.id,polls.slug,polls.question,polls.pub_date,
        polls.expire_date
    FROM poll_choices, polls
    WHERE poll_choices.poll_id = polls.id
}}}"	enhancement	closed	Database layer (models, ORM)		normal	wontfix			Unreviewed	0	0	0	0	0	0
