﻿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
18151	<model-name>.objects.filter function + sqlite => doesn't return and consumes increasing memory size	assie181@…	nobody	"<model-name>.objects.filter function when used on a sqlite database(link given below) is eating up increasing memory size and doesn't return.

How to reproduce:

0. Install Django 1.3.1 and CherryPy
1. Extract http://dl.dropbox.com/u/1522424/leaky-sqlite-django-cleanedup.tar.gz 
2. Run as ""python cherryserver.py"".

You will find that the process consumes increasing memory size and doesn't return. Same database works fine with sqlite3 CLI, various sqlite GUI browsers and Python's in-built sqlite module."	Bug	closed	Database layer (models, ORM)	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
