summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/mysql
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-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
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-09-19Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed o...Mariusz Felisiak
2024-09-10Refs #35074 -- Added _create_spatial_index_sql()/_delete_spatial_index_sql() ...Mariusz Felisiak
2024-07-29Refs #35074 -- Simplified and unified adding spatial indexes on MySQL and Ora...Mariusz Felisiak
2024-06-20Refs #35074 -- Avoided failed attempts to remove spatial indexes on nullable ...Mariusz Felisiak
2024-01-06Fixed #35088 -- Added support for Collect on MySQL 8.0.24+.Nick Pope
2024-01-05Simplified dropping spatial indexes on MySQL and Oracle.Mariusz Felisiak
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-11-30Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...Claude Paroz
2021-09-23Refs #33129 -- Added missing return statement.Carlton Gibson
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
2021-01-13Added SpatialFeatures.empty_intersection_returns_none.Tim Graham
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-11-11Added SpatialFeatures.unsupported_geojson_options.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-08-22Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.Nasir Hussain
2019-08-16Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.Adam Johnson
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-23Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...Nick Pope
2019-01-17Refs #28841 -- Removed ForceRHR function per deprecation timeline.Tim Graham
2018-10-22Fixed #29876 -- MySQL does not support SPATIAL fields in unique indices.Florian Apolloner
2018-07-13Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz
2017-12-27Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.Sergey Fedoseev
2017-11-28Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne
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