Handle text 'the_geom' columns as desired in #117

This commit is contained in:
Paul Ramsey
2015-08-21 13:10:05 -07:00
parent 95c97a6b1c
commit 8c2252a9cb
3 changed files with 238 additions and 76 deletions

View File

@@ -31,6 +31,22 @@ SELECT 1
unsequenced cartodb_id cartodbfied fine
1
DROP TABLE
SELECT 1
text the_geom column cartodbfied fine
1
DROP TABLE
SELECT 1
text the_geom column, no srs cartodbfied fine
1
DROP TABLE
SELECT 1
text the_geom column, srs = 26819 cartodbfied fine
1
DROP TABLE
SELECT 1
text the_geom column, unparseable content cartodbfied fine
1
DROP TABLE
CREATE TABLE
cartodb_id serial primary key cartodbfied fine
t_pkey|cartodb_id