Tim Graham
|
d6d55368d4
|
Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on PostGIS.
Thanks raratiru for the report and Claude Paroz for review.
|
2014-10-31 18:37:52 -04:00 |
Claude Paroz
|
d49183e4be
|
Removed unused import
|
2014-10-24 17:07:50 +02:00 |
Claude Paroz
|
1bdf1cb1c0
|
Updated gis_migrations tests
|
2014-10-24 15:10:39 +02:00 |
Claude Paroz
|
bbc3505ef8
|
Removed unneeded override_system_checks
Refs #23685.
|
2014-10-21 20:54:32 +02:00 |
Tim Graham
|
a8f07530a7
|
Fixed #23537 -- Added Oracle GIS SchemaEditor.
Thanks Shai Berger for review.
|
2014-09-25 20:16:54 -04:00 |
Tim Graham
|
74e7f91e6d
|
Fixed #23538 -- Added SchemaEditor for MySQL GIS.
Thanks Claude Paroz for suggestions and review.
|
2014-09-25 13:53:44 -04:00 |
Claude Paroz
|
2a1bdf5ced
|
Called table_names instead of get_table_list in migrations
|
2014-09-23 20:13:31 +02:00 |
Tim Graham
|
8facb02faf
|
Improved GIS migration test cleanup; refs #23504.
|
2014-09-18 09:00:55 -04:00 |
Claude Paroz
|
6295ea0027
|
Replaced HAS_SPATIAL_DB by testing database feature
Refs #22632. This should be the base for using more database
features to exclude specific backends in GIS tests.
Thanks Tim Graham for the review.
|
2014-08-19 17:57:01 +02:00 |
Claude Paroz
|
8c30df15f1
|
Fixed #23030 -- Properly handled geometry columns metadata during migrations
Thanks kunitoki for the report and initial patches.
|
2014-07-23 12:10:23 +02:00 |
Claude Paroz
|
bc19ff6479
|
Fixed #22793 -- Updated import location for GeometryColumns in tests
The old location was removed in cebd8753c6 .
Thanks Aymeric Augustin for the report.
|
2014-06-21 14:10:07 +02:00 |
Claude Paroz
|
48c4ea4146
|
Used migration framework in GIS test tearDown
|
2014-04-23 13:45:41 +02:00 |
Claude Paroz
|
ab90c4707b
|
Fixed table cleanup in GIS migration tests
|
2014-04-21 23:08:00 +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 |
Eric Palakovich Carr
|
c11b9346d4
|
Fixed migration so MySQL GIS test doesn't fail; refs #22001.
The test previously failed with the error:
(1170, "BLOB/TEXT column 'name' used in key specification without a key length")
|
2014-03-19 06:49:29 -04:00 |
Florian Apolloner
|
8520e43e13
|
Fixed a regression from 2e5b82f627
|
2014-03-18 15:30:52 +01:00 |
Florian Apolloner
|
2e5b82f627
|
Made a test app label unique.
|
2014-03-18 14:51:06 +01:00 |