#31765: schema.tests.SchemaTests.test_db_table fails on MacOS
-------------------------------+------------------------------------
     Reporter:  Tom Forbes     |                    Owner:  nobody
         Type:  Bug            |                   Status:  new
    Component:  Uncategorized  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  1              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+------------------------------------
Changes (by Tom Forbes):

 * has_patch:  0 => 1
 * stage:  Unreviewed => Accepted


Comment:

 Tested with different versions of SQLite on python 3.8. It seems that
 specifically the SQLite version that's bundled with MacOS (3.28.0) fails,
 whereas if you install 3.28.0 via Homebrew it passes.

 I have a patch here to switch to feature detection:
 https://github.com/django/django/pull/13153. It's not nice, but there is
 no other way I can find to detect a "MacOS" sqlite vs another SQLite.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31765#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 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/061.51d3b17f8e8c954a46d91a00f90709b4%40djangoproject.com.

Reply via email to