summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/mysql/operations.py
AgeCommit message (Expand)Author
2025-11-25Fixed #35783 -- Added NumDimensions GIS database function and __num_dimension...David Smith
2025-10-27Fixed #36624 -- Dropped support for MySQL < 8.4.Mariusz Felisiak
2025-06-25Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash...Mariusz Felisiak
2025-02-23Fixed #35705 -- Added Rotate GIS database function to rotate geometries.enprava
2025-02-13Reverted "Refs #35803 -- Added support for __coveredby GIS lookup on MariaDB ...Mariusz Felisiak
2025-02-13Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on ...Mariusz Felisiak
2024-10-25Refs #35803 -- Added support for __covers GIS lookup on MySQL.Mariusz Felisiak
2024-10-25Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11...Mariusz Felisiak
2024-10-25Refs #35803 -- Added support for __coveredby GIS lookup on MySQL and MariaDB ...Mariusz Felisiak
2024-01-06Fixed #35088 -- Added support for Collect on MySQL 8.0.24+.Nick Pope
2023-01-20Fixed #34266 -- Added ClosestPoint GIS database functions.Niccolò Mineo
2023-01-10Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak
2023-01-03Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...Claude Paroz
2022-07-08Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-22Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak
2021-01-13Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-10-18Fixed #30890 -- Added MariaDB support for the relate lookup.Mariusz Felisiak
2019-06-12Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak
2019-03-20Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo
2019-02-12Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz
2019-01-17Refs #28841 -- Removed ForceRHR function per deprecation timeline.Tim Graham
2018-07-13Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz
2017-12-27Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.Sergey Fedoseev
2017-09-25Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham
2017-09-05Refs #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev
2017-08-24Fixed #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev
2017-07-26Removed unused SpatialOperations.from_wkb.Tim Graham
2017-07-26Fixed #28436 -- Added support for distance lookups on MySQL.Sergey Fedoseev
2017-07-20Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-04-10Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...Sergey Fedoseev
2017-04-02Fixed #11854 -- Added Azimuth GIS function. (#8286)Sergey Fedoseev
2017-04-01Fixed #12410 -- Added LineLocatePoint GIS function.Sergey Fedoseev
2017-04-01Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...Sergey Fedoseev
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-10-24Added MySQLOperations.geom_func_prefix to simplify.Sergey Fedoseev
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-07-28Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.Sergey Fedoseev
2016-05-24Refs #26134 -- Updated deprecated MySQL GIS function names.Tim Graham
2016-04-09Fixed #26455 -- Allowed filtering and repairing invalid geometries.Daniel Wiesmann
2016-01-29Fixed #26134 -- Used new OpenGIS names for recent MySQLClaude Paroz
2015-11-30Fixed #25835 -- Removed Adaptor alias from spatial operations classes.Sergey Fedoseev
2015-11-02Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functionsSergey Fedoseev
2015-04-22Added MySQL support to GIS functionsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-16Simplified a bit GeoAggregate classesClaude Paroz
2015-01-14Moved check_aggregate_support to BaseSpatialOperationsClaude Paroz
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham