Changes between Version 2 and Version 4 of Ticket #29302


Ignore:
Timestamp:
Apr 9, 2018, 7:28:46 AM (6 years ago)
Author:
Shiv Baishya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29302 – Description

    v2 v4  
    11MySQL >=5.6.1 support accurate spatial functions, a.k.a, [https://dev.mysql.com/doc/refman/5.6/en/spatial-function-reference.html ST_ functions]. Django 1.11 still uses MySQL's old MBR (minimum bounding rectangle) functions.
    22\\
    3 I am willing to migrate my [https://github.com/shiviser/django/tree/1.9.2_ST_build patch for django 1.9.2] to django 1.11 and create a pull request.
     3I am willing to migrate [https://github.com/shiviser/django/tree/1.9.2_ST_build patch for django 1.9.2] to django 1.11 and create a pull request.
    44\\
    55Here is an elaborated [https://www.percona.com/blog/2013/10/21/using-the-new-mysql-spatial-functions-5-6-for-geo-enabled-applications/ article] on the advantages of the new MySQL's **ST_ functions**.
Back to Top