Rafa de la Torre
f211669e9e
Tweak expected output of test_ddl_triggers
...
Just touch expected output to adapt to NOTICEs and other stuff that
don't affect functionality.
2015-08-14 10:57:11 +02:00
Paul Ramsey
7f55a0263b
Fix regclass mismatch on column alter/drop
...
This logic SHOULD BE MOVED TO Cartodbfy internals.
2015-08-13 16:10:23 -07:00
Paul Ramsey
d268cd07cb
Fix many tests and handle ownership issues involved
...
with Cartodbfy being invoked by schema triggers. Some
issues with regclass interpretation in tests still remain.
Some issues with slightly different behavior to old version
remain. Some issues with error messages / notification messages
changing a little still remain.
2015-08-13 15:59:45 -07:00
Rafa de la Torre
a5321ec7a5
Replace CDB_CartodbfyTable by new CartodbfyTable2
...
- Delete old CDB_CartodbfyTable code
- Delete auxiliary functions no longer used
- Modify the new CDB_CartodbfyTable signature to be backwards
compatible.
2015-08-12 18:39:07 +02:00
Rafa de la Torre
c00d607ee2
Merge pull request #107 from CartoDB/new_cartodbfy_rtorre
...
Do not create timestamp columns/triggers on cartodbfy
2015-08-12 18:34:33 +02:00
Rafa de la Torre
8a031f56f5
Recover test for cartodb_id not-null constraint
2015-08-12 15:58:30 +00:00
Rafa de la Torre
8c41203db6
Fix for the_geom does not exist
...
When creating triggers, expectation is to have the columns the_geom and
the_geom_webmercator even if the source table does not have any geometry
columns. Populate it in the rewrite with NULL values and right types.
2015-08-12 17:34:47 +02:00
Rafa de la Torre
6b9ab3d956
Fix quota test
...
Now the cartodbfied table is a bit smaller because it does not have the
timestamp columns.
2015-08-12 10:26:37 +02:00
Rafa de la Torre
c11d1bbf50
Fix CDB_CartodbfyTableTest
...
by removing references to created_at and updated_at columns
2015-08-11 19:52:37 +02:00
Rafa de la Torre
67f8a8cd69
Fix test_ddl_triggers.sql
...
by removing references to created_at & updated_at columns
2015-08-11 19:18:10 +02:00
Rafa de la Torre
d6afdf751f
Do not create timestamp columns/triggers on cartodbfy
2015-08-11 19:07:01 +02:00
Paul Ramsey
1a1f45cdad
Add raster table calls, like the old function has
2015-08-11 05:40:31 -07:00
Paul Ramsey
b195aa4b68
Enable trigger addition routine
2015-08-10 08:42:13 -07:00
Paul Ramsey
0899c64d0b
Break routine into two halves
2015-04-22 13:25:11 -07:00
Paul Ramsey
c1bfef25e0
Fix no-op case error
2015-04-22 13:06:34 -07:00
Paul Ramsey
dd209d02f6
Use standard error message format
2015-04-22 12:51:36 -07:00
Paul Ramsey
614a446cba
Document functions a bit more
2015-04-22 09:29:23 -07:00
Paul Ramsey
8dc7f45cca
Re-use columns named 'cartodb_id' if the values of the
...
keys are in fact unique.
2015-04-22 06:33:49 -07:00
Paul Ramsey
74b7740892
Fix bug with missing non-geo columns in case where
...
geo columns are "perfect" to start w/.
2015-04-21 12:59:44 -07:00
Paul Ramsey
bb685795d5
Handle geometry column with no metadata SRID (grrr) but
...
a valid SRID on the geometry objects themselves
2015-04-21 06:58:33 -07:00
Paul Ramsey
14414c4bf3
Fix Rambo's test case, of a single geometry-only table
...
with no SRID in the metadata (thanks mate).
2015-04-21 06:25:35 -07:00
Paul Ramsey
f3c20ac2fb
First draft of new cartodbfy function (named CDB_CartodbfyTable2)
...
Still needs to be fully tested (partially tested now) using
the existing regression tests. Does not manage the timestamp
columns at this time.
2015-04-17 17:53:07 +02:00
Raul Ochoa
fc95566ddd
Remove test for unexistent table as there was already one
2015-03-31 16:01:49 +02:00
Raul Ochoa
7f58e1f690
Adds tests for cdb_tablemetadatatouch
...
- fixes tableoid by using the proper table oid
- tests quoted and unqouted call with OID
- tests non existent table to fail
2015-03-31 14:48:45 +02:00
Rafa de la Torre
ca643b2e03
Merge pull request #75 from CartoDB/73-fix-upgrade-of-cdb-stringtodate
...
73 fix upgrade of cdb stringtodate
2015-03-03 17:27:45 +01:00
Rafa de la Torre
a7a52a23ea
fix indentation of Makefile #73
2015-03-03 16:10:56 +00:00
Rafa de la Torre
1c9e5f241f
Fix upgrade of CDB_StringToDate function #73
2015-03-03 16:09:57 +00:00
Raul Ochoa
38d32371c8
Adds test to validate CDB_TableMetadataTouch usage with OID
2015-03-03 12:09:25 +01:00
Rafa de la Torre
e80ea92c57
Merge pull request #74 from CartoDB/73-fix-timestamps
...
Fix conversion of strings to datetimes #73
2015-03-03 11:03:27 +01:00
Rafa de la Torre
61804187c8
Fix conversion of strings to datetimes #73
2015-03-03 09:49:33 +00:00
Kartones
9114d4e463
#revert-size_calc Stop this madness
2015-02-27 11:08:19 +01:00
Kartones
5db9dc6a9f
#revert-size_calc 3KB diff at expected result
2015-02-27 10:58:13 +01:00
Kartones
0a3d08edc3
#revert-size_calc
2015-02-27 10:53:14 +01:00
Raul Ochoa
b913defebb
Stubs next version
2015-02-19 14:34:32 +01:00
Raul Ochoa
978742f868
Release 0.7.0
2015-02-19 14:33:21 +01:00
Raul Ochoa
5080e3d985
Merge pull request #71 from CartoDB/CDB_ZoomFromScale
...
Adds CDB_ZoomFromScale function
2015-02-19 14:28:30 +01:00
Raul Ochoa
cb61fd8747
Enable DB_ZoomFromScale
2015-02-19 14:24:10 +01:00
Raul Ochoa
ebcca141bd
Adds CDB_ZoomFromScale function. Closes #62
2015-02-19 14:20:35 +01:00
Raul Ochoa
9d679614c8
Stubs next version
2015-02-19 14:11:54 +01:00
Raul Ochoa
bebebc255a
Release 0.6.0
2015-02-19 14:10:15 +01:00
Raul Ochoa
11bf7f6fdf
Fix release notes for 0.5.3
2015-02-19 14:09:49 +01:00
Raul Ochoa
05617382a9
Merge pull request #70 from CartoDB/remove-grant-select-from-cdb_tablemetadata-to-public
...
Remove grant select from cdb tablemetadata to public
2015-02-19 14:04:56 +01:00
Raul Ochoa
f16f53ceab
Adds test for non-authorized writes to cdb_tablemetadata through CDB_TableMetadataTouch
2015-02-19 14:02:27 +01:00
Raul Ochoa
27aec0d4b4
Adds tests for qualified table names
2015-02-18 18:01:29 +01:00
Raul Ochoa
f18232037d
Release notes and version bump
2015-02-18 17:31:04 +01:00
Raul Ochoa
da7b3b7080
Adds CDB_TableMetadataTouch function to be able to upsert updated_at
...
value in cdb_tablemetadata
2015-02-18 17:08:46 +01:00
Raul Ochoa
38fe98d983
Merge branch 'master' into remove-grant-select-from-cdb_tablemetadata-to-public
2015-02-18 15:43:16 +01:00
Kartones
39e16ebc59
Update NEWS.md
2015-02-17 16:25:16 +01:00
Kartones
dbc0e069c5
#69 Updated version at makefile
2015-02-17 15:47:18 +01:00
Kartones
6c7706672f
#69 now using pg_relation_size
2015-02-17 15:40:26 +01:00