summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/mysql/operations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34266 -- Added ClosestPoint GIS database functions.Niccolò Mineo2023-01-201-0/+1
* Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak2023-01-101-0/+5
* Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...Claude Paroz2023-01-031-0/+1
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-081-2/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-32/+51
* Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak2021-09-221-2/+0
* Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham2021-01-131-2/+8
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-3/+3
* Fixed #30890 -- Added MariaDB support for the relate lookup.Mariusz Felisiak2019-10-181-1/+4
* Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak2019-06-121-0/+1
* Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo2019-03-201-3/+3
* Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz2019-02-121-12/+10
* Refs #28841 -- Removed ForceRHR function per deprecation timeline.Tim Graham2019-01-171-3/+3
* Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz2018-07-131-6/+8
* Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.Sergey Fedoseev2017-12-271-4/+4
* Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham2017-09-251-14/+1
* Refs #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev2017-09-051-2/+7
* Fixed #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev2017-08-241-18/+13
* Removed unused SpatialOperations.from_wkb.Tim Graham2017-07-261-4/+0
* Fixed #28436 -- Added support for distance lookups on MySQL.Sergey Fedoseev2017-07-261-0/+14
* Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham2017-07-201-1/+1
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
* Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...Sergey Fedoseev2017-04-101-12/+0
* Fixed #11854 -- Added Azimuth GIS function. (#8286)Sergey Fedoseev2017-04-021-1/+1
* Fixed #12410 -- Added LineLocatePoint GIS function.Sergey Fedoseev2017-04-011-2/+3
* Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...Sergey Fedoseev2017-04-011-4/+5
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Added MySQLOperations.geom_func_prefix to simplify.Sergey Fedoseev2016-10-241-22/+8
* Updated links to the current version of MySQL docs.Tim Graham2016-09-301-1/+1
* Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.Sergey Fedoseev2016-07-281-1/+18
* Refs #26134 -- Updated deprecated MySQL GIS function names.Tim Graham2016-05-241-19/+35
* Fixed #26455 -- Allowed filtering and repairing invalid geometries.Daniel Wiesmann2016-04-091-1/+1
* Fixed #26134 -- Used new OpenGIS names for recent MySQLClaude Paroz2016-01-291-11/+28
* Fixed #25835 -- Removed Adaptor alias from spatial operations classes.Sergey Fedoseev2015-11-301-1/+0
* Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functionsSergey Fedoseev2015-11-021-3/+6
* Added MySQL support to GIS functionsClaude Paroz2015-04-221-1/+23
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Simplified a bit GeoAggregate classesClaude Paroz2015-01-161-0/+3
* Moved check_aggregate_support to BaseSpatialOperationsClaude Paroz2015-01-141-1/+1
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-4/+3
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-1/+0
* Renamed qn to compilerJosh Smeaton2014-11-161-2/+2
* Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton2014-11-151-3/+3
* Converted GIS lookups to use the new Lookup APIClaude Paroz2014-10-091-32/+15
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-1/+1
* Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn2014-09-031-1/+1
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-3/+1
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* Made gis_terms be a set, rather than a dict with None for all keys.Alex Gaynor2013-05-091-15/+14
* Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin2013-02-161-3/+4