django1/django/contrib/gis/db/backends
Claude Paroz eb9430fc4b Implemented some SpatiaLiteOperations as cached properties
Previously, some properties weren't set unless
confirm_spatial_components_versions() was explicitely called.
2013-01-29 19:39:11 +01:00
..
mysql Fixed type in MySQL spatial backend. 2012-10-05 18:49:59 -07:00
oracle Fixed #19058 -- Fixed Oracle GIS crash 2012-11-15 16:08:06 +02:00
postgis Fixed cursor commit command in PostGIS backend 2012-11-23 17:20:36 +01:00
spatialite Implemented some SpatiaLiteOperations as cached properties 2013-01-29 19:39:11 +01:00
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Fixed #13670 -- Comparisons with the spatial adapter won't blow up in some corner cases. Thanks, milosu for the bug report and jpaulett for the patch. 2011-09-10 00:29:34 +00:00
base.py Use native geometry types on PostGIS 2.0+ instead of `AddGeometryColumn` and don't query database in `PostGISCreation.sql_table_creation_suffix`. 2012-10-06 09:57:24 -07:00
util.py Removed unused quoting/encoding in gis db backend 2012-09-13 20:17:52 +02:00