Changes between Version 2 and Version 4 of Ticket #29302
- Timestamp:
- Apr 9, 2018, 7:28:46 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29302 – Description
v2 v4 1 1 MySQL >=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. 2 2 \\ 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.3 I 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. 4 4 \\ 5 5 Here 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**.