﻿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
13678	Improve RawQuerySet coverage	David Cramer	nobody	"Right now the RawQuerySet throws an assertion if the query does not start with SELECT. While this is useful, it cripples the functionality stopping you from doing things like recursive queries in PostgreSQL.

For example, the recursive query looks like:

{{{
WITH RECURSIVE ... () SELECT
}}}"		closed	Database layer (models, ORM)	1.2		duplicate			Accepted	0	0	0	0	0	0
