#33120: Add OGC-compliant models for GeoDjango running on MySQL 8.0
------------------------------------------+------------------------
               Reporter:  Jeff Hitchcock  |          Owner:  nobody
                   Type:  New feature     |         Status:  new
              Component:  GIS             |        Version:  3.2
               Severity:  Normal          |       Keywords:  mysql
           Triage Stage:  Unreviewed      |      Has patch:  0
    Needs documentation:  0               |    Needs tests:  0
Patch needs improvement:  0               |  Easy pickings:  0
                  UI/UX:  0               |
------------------------------------------+------------------------
 MySQL 8 introduced two new tables that allow the implementation of the
 `SpatialRefSys` and `GeometryColumns` models as well as related functions
 for adding new SRS entries to the database. Adding these two models and
 updating related functions to support them would be a good first step to
 improving GeoDjango's support for MySQL 8.

 - Add `MySQLSpatialRefSys` model connecting to the
 `INFORMATION_SCHEMA.ST_GEOMETRY_COLUMNS` table
 (https://dev.mysql.com/doc/refman/8.0/en/information-schema-st-geometry-
 columns-table.html)
 - Add `MySQLGeometryColumns` model connecting to the
 `INFORMATION_SCHEMA.ST_GEOMETRY_COLUMNS` table
 (https://dev.mysql.com/doc/refman/8.0/en/information-schema-st-geometry-
 columns-table.html)
 - Enable `has_spatialrefsys_table` and `supports_add_srs_entry` backend
 features if MySQL version is greater than 8.0

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33120>
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/049.0641edf2de7ca63daa15c00eeb538fae%40djangoproject.com.

Reply via email to