Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New cartodbfy function (overwrites CDB_CartodbfyTable) #78

Merged
merged 37 commits into from
Aug 19, 2015
Merged
Changes from 9 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f3c20ac
First draft of new cartodbfy function (named CDB_CartodbfyTable2)
pramsey Apr 17, 2015
14414c4
Fix Rambo's test case, of a single geometry-only table
pramsey Apr 21, 2015
bb68579
Handle geometry column with no metadata SRID (grrr) but
pramsey Apr 21, 2015
74b7740
Fix bug with missing non-geo columns in case where
pramsey Apr 21, 2015
8dc7f45
Re-use columns named 'cartodb_id' if the values of the
pramsey Apr 22, 2015
614a446
Document functions a bit more
pramsey Apr 22, 2015
dd209d0
Use standard error message format
pramsey Apr 22, 2015
c1bfef2
Fix no-op case error
pramsey Apr 22, 2015
0899c64
Break routine into two halves
pramsey Apr 22, 2015
b195aa4
Enable trigger addition routine
pramsey Aug 10, 2015
1a1f45c
Add raster table calls, like the old function has
pramsey Aug 11, 2015
d6afdf7
Do not create timestamp columns/triggers on cartodbfy
Aug 11, 2015
67f8a8c
Fix test_ddl_triggers.sql
Aug 11, 2015
c11d1bb
Fix CDB_CartodbfyTableTest
Aug 11, 2015
6b9ab3d
Fix quota test
Aug 12, 2015
8c41203
Fix for the_geom does not exist
Aug 12, 2015
8a031f5
Recover test for cartodb_id not-null constraint
Aug 12, 2015
c00d607
Merge pull request #107 from CartoDB/new_cartodbfy_rtorre
Aug 12, 2015
a5321ec
Replace CDB_CartodbfyTable by new CartodbfyTable2
Aug 12, 2015
d268cd0
Fix many tests and handle ownership issues involved
pramsey Aug 13, 2015
7f55a02
Fix regclass mismatch on column alter/drop
pramsey Aug 13, 2015
f211669
Tweak expected output of test_ddl_triggers
Aug 14, 2015
3d89d82
Fix deletion of cartodb_postgresql_unpriv_user
Aug 14, 2015
72ebc39
Recover _CDB_check_prerequisites (sorry, my fault)
Aug 14, 2015
010dd13
Simple fix for type cheking in test
Aug 14, 2015
900531f
Disable a couple of tests
Aug 14, 2015
b7b5be1
Add minor piece of doc
Aug 14, 2015
565edcb
Make cartodbfy return destoid
Aug 14, 2015
47d8429
Use return value from cartodbfy
Aug 14, 2015
a61a92a
Merge pull request #109 from CartoDB/new_cartodbfy_bw_compat_signature
pramsey Aug 14, 2015
2b48f90
Merge remote-tracking branch 'origin/master' into new_cartodbfy
Aug 17, 2015
3f588df
Drop function in order to change return value
Aug 17, 2015
5375423
Fix for quota test after merge with master
Aug 17, 2015
ed97d87
Go back to version 0.8.2
Aug 18, 2015
78bf202
Fix for schema-with-dashes
Aug 18, 2015
805af3b
Review of format strings and escaping of id's
Aug 18, 2015
f71a2ac
Version updated to 0.9.0 plus release notes
Aug 19, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading