#19296: LiveServerTestCase does not share connection to sqlite if using 
spatialite
-------------------------+-------------------------------------------------
     Reporter:           |      Owner:  nobody
  pegler@…               |     Status:  new
         Type:           |    Version:  1.4
  Uncategorized          |   Keywords:  sqlite spatialite
    Component:  Testing  |  LiveServerTestCase
  framework              |  Has patch:  0
     Severity:  Normal   |      UI/UX:  0
 Triage Stage:           |
  Unreviewed             |
Easy pickings:  0        |
-------------------------+-------------------------------------------------
 Like the title says, if the database backend is set to
 'django.contrib.gis.db.backends.spatialite' instead of
 'django.db.backends.sqlite3' it doesn't properly share the connection with
 the new threads when using LiveServerTestCase.  See:
 
https://github.com/django/django/blob/82b3e6ffcb9d810cc0e3ec27d25f89ce1fd525e0/django/test/testcases.py#L1080

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19296>
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 https://groups.google.com/groups/opt_out.


Reply via email to