#34398: Django should automatically run migrations on in-memory SQLite DB
-------------------------------------+-------------------------------------
               Reporter:  yamin-     |          Owner:  nobody
  oanda                              |
                   Type:  Bug        |         Status:  new
              Component:  Database   |        Version:  4.1
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:  sqlite
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 When we use an in-memory SQLite database (for example when running tests
 or other purposes), it seems that it's not possible to run the migrations
 in a normal way because the in-memory database won't exist in the process
 run by `python manage.py migrate`.

 Im this case Django should recognize the restriction and run the
 migrations automatically.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34398>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070186c7cc0ebc-9266c682-493b-483d-ab1b-7f4bea986e06-000000%40eu-central-1.amazonses.com.

Reply via email to