Simon Charette
|
0290e01d5a
|
Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.
Thanks Vasileios Bouzas for the report.
|
2019-11-25 12:30:33 +01:00 |
Sergey Fedoseev
|
a5855c8f0f
|
Fixed #30996 -- Added AsWKB and AsWKT GIS functions.
|
2019-11-22 13:40:48 +01:00 |
Sergey Fedoseev
|
f95b59a1b3
|
Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.
|
2019-11-18 15:32:44 +01:00 |
Sergey Fedoseev
|
6bbf9a20e2
|
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
|
2019-10-25 14:28:26 +02:00 |
Mariusz Felisiak
|
3a8af298b9
|
Fixed #30890 -- Added MariaDB support for the relate lookup.
|
2019-10-18 07:46:31 +02:00 |
Mads Jensen
|
b616908ce1
|
Used Statement in PostGISSchemaEditor._create_index_sql().
|
2019-09-11 07:51:31 +02:00 |
Simon Charette
|
bb9e82f274
|
Fixed #29955 -- Added support for distance expression to the dwithin lookup.
This was missed when adding support to other distance lookups in
refs #25499.
Thanks Peter Bex for the report and Mariusz for testcases.
|
2019-08-23 21:28:28 +02:00 |
Nasir Hussain
|
6b16c91157
|
Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.
|
2019-08-22 12:23:10 +02:00 |
Adam Johnson
|
7da6a28a44
|
Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.
|
2019-08-16 11:39:37 +02:00 |
Min ho Kim
|
9f11939dd1
|
Fixed typos in comments and a test name.
|
2019-07-19 18:24:06 +02:00 |
Mariusz Felisiak
|
b616f65855
|
Added missing support for PointOnSurface function on MariaDB.
|
2019-06-12 10:51:43 +02:00 |
Francisco Couzo
|
0193bf874f
|
Fixed #28738 -- Added the GeometryDistance function.
|
2019-03-20 12:54:42 -04:00 |
Claude Paroz
|
15715bf2a2
|
Fixed #22423 -- Added support for MySQL operators on real geometries.
Thanks Viswanathan Mahalingam for the report and initial patch, and
Nicke Pope and Tim Graham for the review.
|
2019-02-12 17:29:16 -05:00 |
Tim Graham
|
39ebdf5a3c
|
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
|
2019-02-04 18:07:02 -05:00 |
Tim Graham
|
d47498c5df
|
Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.
|
2019-02-04 13:16:38 -05:00 |
Nick Pope
|
8d01edfa65
|
Refs #30123 -- Simplified introspection of geography columns on PostGIS.
|
2019-01-23 13:18:03 -05:00 |
Nick Pope
|
327bbaae24
|
Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type() to the row description.
|
2019-01-23 13:18:03 -05:00 |
Nick Pope
|
d82f212ec8
|
Simplified DatabaseIntrospection.get_geometry_type() for PostGIS.
|
2019-01-22 18:23:37 -05:00 |
Tim Graham
|
6f23996a59
|
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
|
2019-01-17 10:52:19 -05:00 |
Matt Wiens
|
e817ae74da
|
Followed style guide for model attribute ordering.
|
2018-12-27 19:34:14 -05:00 |
HyunTae Hwang
|
ae2897aaf8
|
Fixed typo in contrib.gis variable name.
|
2018-12-16 20:16:00 -10:00 |
Mads Jensen
|
a906c98982
|
Fixed #29547 -- Added support for partial indexes.
Thanks to Ian Foote, Mariusz Felisiak, Simon Charettes, and
Markus Holtermann for comments and feedback.
|
2018-10-29 19:34:54 -04:00 |
Florian Apolloner
|
4269648c0f
|
Fixed #29876 -- MySQL does not support SPATIAL fields in unique indices.
|
2018-10-22 13:36:48 +02:00 |
Jon Dufresne
|
ad9a28ee38
|
Refs #29784 -- Normalized Python docs links to omit the version.
|
2018-09-25 10:19:42 +02:00 |
luz.paz
|
97e637a87f
|
Fixed typos in comments and docs.
|
2018-08-01 16:09:22 -04:00 |
Mariusz Felisiak
|
a73cf8110e
|
Removed duplicate words in various comments.
|
2018-07-18 11:54:15 -04:00 |
Claude Paroz
|
c28bf990d7
|
Refs #29548 -- Fixed GIS tests on MariaDB
|
2018-07-13 18:27:30 +02:00 |
Sergey Fedoseev
|
a799dc51b9
|
Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.
|
2018-06-21 09:25:31 -04:00 |
Sergey Fedoseev
|
fa453b03a6
|
Fixed #29507 -- Added Oracle support for Envelope GIS function.
|
2018-06-20 16:48:57 +05:00 |
Claude Paroz
|
f3836144db
|
Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spatialite 4.2+.
Thanks Tim Graham for the review.
|
2018-06-09 09:24:20 +02:00 |
Markus Holtermann
|
e01fa015c0
|
Refs #27098 -- Removed unused introspection queries.
Unused since 578711c310 .
Thanks Ian Foote for finding this.
|
2018-05-26 16:29:02 +02:00 |
Sergey Fedoseev
|
762bd34c36
|
Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function.
|
2018-01-06 19:24:44 -05:00 |
Sergey Fedoseev
|
aefe624c62
|
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
|
2017-12-27 19:26:14 -05:00 |
Nick Pope
|
d13a9e44de
|
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
|
2017-12-11 07:08:45 -05:00 |
Simon Charette
|
095c1aaa89
|
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Thanks Ramiro for the input and Tim for the review.
|
2017-12-01 22:12:24 -05:00 |
Jon Dufresne
|
7a6fbf36b1
|
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
|
2017-11-28 11:28:09 -05:00 |
Sergey Fedoseev
|
31425f71bc
|
Used bytes.hex() and bytes.fromhex() in postgis.pgraster to simplify.
This was missed in 93cdd07e8f .
|
2017-11-24 07:52:13 -05:00 |
Sergey Fedoseev
|
e9a370bb6a
|
Simplified GeometryField.select_format().
|
2017-11-04 10:08:25 -04:00 |
Simon Charette
|
9d93dff333
|
Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249.
|
2017-10-06 12:47:08 -04:00 |
Tim Graham
|
fd866c25d1
|
Fixed #28654 -- Dropped support for SpatiaLite 4.0.
|
2017-09-30 14:13:18 -04:00 |
Mads Jensen
|
4508fafe16
|
Simplified various __eq__() methods.
|
2017-09-28 09:18:37 -04:00 |
Tim Graham
|
8a1768432b
|
Fixed #28552 -- Dropped support for MySQL 5.5.
|
2017-09-25 14:48:11 -04:00 |
Tim Graham
|
f896eb30f6
|
Removed django.contrib.gis.geometry.backend.
The layer of indirection is unchanged and undocumented
since its introduction in ff60c5f9de .
|
2017-09-12 09:51:02 -04:00 |
Sergey Fedoseev
|
f36e5d68d9
|
Used sqlite3.Connection.load_extension() instead of query execution for SpatiaLite loading.
|
2017-09-12 09:35:33 -04:00 |
Sergey Fedoseev
|
3905cfa1a5
|
Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than once.
Reverted test for refs #27603 in favor of using FuncTestMixin.
|
2017-09-11 11:56:39 -04:00 |
Tim Graham
|
6e4c6281db
|
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
This reverts commit 550cb3a365
because try/except performs better.
|
2017-09-07 08:16:21 -04:00 |
Sergey Fedoseev
|
8b2515a450
|
Removed unneeded __init__() methods.
|
2017-09-07 08:10:49 -04:00 |
Sergey Fedoseev
|
34f27f910b
|
Replaced @cached_property with class attributes where possible.
|
2017-09-06 10:13:43 -04:00 |
Sergey Fedoseev
|
2ef4b4795e
|
Refs #28518 -- Improved performance of loading geometries from DB.
|
2017-09-05 09:54:57 -04:00 |
Sergey Fedoseev
|
1a85b07bdd
|
Fixed #28518 -- Improved performance of loading geometries from DB.
|
2017-08-24 14:08:35 -04:00 |