#18813: TEST_MIRROR functionality broken for sqlite
-----------------------------------+--------------------------------------
     Reporter:  adsva              |                    Owner:  nobody
         Type:  Bug                |                   Status:  closed
    Component:  Testing framework  |                  Version:  1.4
     Severity:  Normal             |               Resolution:  wontfix
     Keywords:                     |             Triage Stage:  Unreviewed
    Has patch:  1                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+--------------------------------------
Changes (by lrekucki):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 If both databases use the same connection, they also share transaction
 state. This isn't what you will get on your production environment.

 As for SQLite, unability to create more then one connection to a
 {{{:memory:}}} database is a known limitation, that can't be solved by
 Django. You can use a file database instead (hint: which you can create on
 a in-memory filesystem for performance).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18813#comment:2>
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to