#18151: <model-name>.objects.filter function + sqlite => doesn't return and
consumes increasing memory size
----------------------------------------------+--------------------
     Reporter:  assie181@…                    |      Owner:  nobody
         Type:  Bug                           |     Status:  new
    Component:  Database layer (models, ORM)  |    Version:  1.3
     Severity:  Normal                        |   Keywords:
 Triage Stage:  Unreviewed                    |  Has patch:  0
Easy pickings:  0                             |      UI/UX:  0
----------------------------------------------+--------------------
 <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.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18151>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to