#29451: Add compatibility with MySQL 8
-------------------------------------+-------------------------------------
     Reporter:  Tim Graham           |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Tom Forbes):

 https://github.com/django/django/pull/10134

 I get two other failures locally, but I assume they are to do with my
 environment:


 {{{
 ======================================================================
 FAIL: test_raster_transform
 (gis_tests.gdal_tests.test_raster.GDALRasterTests)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/Users/tom/PycharmProjects/django/tests/gis_tests/gdal_tests/test_raster.py",
 line 517, in test_raster_transform
     self.assertAlmostEqual(target.origin[0], 9124842.791079799)
 AssertionError: 9124842.791069634 != 9124842.791079799 within 7 places

 ----------------------------------------------------------------------

 ======================================================================
 FAIL: test_transform_3d (gis_tests.geos_tests.test_geos.GEOSTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/Users/tom/PycharmProjects/django/tests/gis_tests/geos_tests/test_geos.py",
 line 1121, in test_transform_3d
     self.assertEqual(p3d.z, 100)
 AssertionError: 100.00001595821232 != 100

 ----------------------------------------------------------------------
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29451#comment:15>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.4dc8bf96eb9b900c51448113455bac97%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to