mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #29507 -- Added Oracle support for Envelope GIS function.
This commit is contained in:
parent
d8d21d3891
commit
fa453b03a6
4 changed files with 11 additions and 3 deletions
|
@ -267,11 +267,17 @@ queryset is calculated::
|
|||
|
||||
*Availability*: `MySQL
|
||||
<https://dev.mysql.com/doc/refman/en/gis-general-property-functions.html#function_st-envelope>`__,
|
||||
`Oracle
|
||||
<https://docs.oracle.com/database/121/SPATL/sdo_geom-sdo_mbr.htm#GUID-646638D0-2C5F-490A-AF63-DE9B7A4C97C1__CHDJCEIH>`__,
|
||||
`PostGIS <https://postgis.net/docs/ST_Envelope.html>`__, SpatiaLite
|
||||
|
||||
Accepts a single geographic field or expression and returns the geometry
|
||||
representing the bounding box of the geometry.
|
||||
|
||||
.. versionchanged:: 2.2
|
||||
|
||||
Oracle support was added.
|
||||
|
||||
``ForcePolygonCW``
|
||||
==================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue