chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Claude Paroz
|
92323d54fd
|
Fixed #27056 -- Allowed migrating geometry field dimension on PostGIS
Thanks Tim Graham for the review.
|
2016-09-22 16:40:27 +02:00 |
Claude Paroz
|
35e649b197
|
Simplified PostGIS index creation
Less special-casing and code more in line with 'normal' index creation.
|
2016-09-17 19:43:52 +02:00 |
Claude Paroz
|
9715b99f91
|
Stopped deleting from the geometry_columns view on PostGIS
On PostGIS < 2, geometry_columns is a table that was manually maintained.
It's a view on PostGIS 2.
|
2016-09-17 16:39:37 +02:00 |
Caio Ariede
|
ec9004728e
|
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
2015-08-07 09:33:17 -04:00 |
Daniel Wiesmann
|
b769bbd4f6
|
Fixed #23804 -- Added RasterField for PostGIS.
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
|
2015-06-19 14:36:43 -04:00 |
Tim Graham
|
26996e2d55
|
Fixed #24499 -- Dropped support for PostGIS 1.5.
|
2015-04-25 12:21:16 -04:00 |
Andrew Godwin
|
d4f62a7ae7
|
Fixed #23161: Drop PostGIS geography fields correctly
|
2014-08-04 14:06:33 +10:00 |
Claude Paroz
|
48c4ea4146
|
Used migration framework in GIS test tearDown
|
2014-04-23 13:45:41 +02:00 |
Claude Paroz
|
1667e736a7
|
Fixed PostGIS remove_field implementation
Fixed bad code introduced in 2f9d1576e8 .
|
2014-04-21 22:42:11 +02:00 |
Claude Paroz
|
2f9d1576e8
|
Fixed removal of GIS column in PostGIS 1.x migration
Refs #22481.
|
2014-04-21 21:17:14 +02:00 |
Claude Paroz
|
fb09a489ca
|
Fixed adding new GIS column in PostGIS 1.x migration
Refs #22451.
|
2014-04-21 20:58:09 +02:00 |
Alex Gaynor
|
a5b94d9d4e
|
A handle of flake8 fixes
|
2013-11-27 16:42:39 -06:00 |
Andrew Godwin
|
eece3c224e
|
PostGIS schema editor support
|
2013-11-27 13:32:12 +00:00 |