Rafa de la Torre
Rafa de la Torre
Just a PoC. See https://app.clubhouse.io/cartoteam/story/132967/do-subscriptions-workflow-should-keep-metadata-in-sync [ch132967]
At lest the tests do not pass when I run against `pgbouncer`. ### Steps to reproduce 1. Run `pgbouncer` listening on port `6432`. 1. Modify the `config/environments/test.js` to set `module.exports.db_port...
How to reproduce: - browse a public table of a non-org user. E.g: https://observatory.cartodb.com/tables/whosonfirst_region/public - click on download - choose a format. E.g: CSV Expected: the name of the downloaded...
This fixes #393 by avoiding collation options. The affected function is only used from diagnostics, and aside from `pg_extension` only meant to import other catallog tables for internal diagnostics (`pg_catalog`...
During testing of FT from @josemazo: ``` cartodb_user_6b304b59-2c86-4d7b-a8a2-dc98a5a35d48_db=> select cdb_federated_server_diagnostics('gc_vm'); ERROR: collations are not supported by type name LINE 3: extname name OPTIONS (column_name 'extname') COLLATE pg_ca... ^ QUERY: CREATE...
@rafatower commented on [Tue Mar 21 2017](https://github.com/CartoDB/dataservices-api/issues/356) Seen while checking import platform errors: ``` Exception: PG::Error: ERROR: CDB(_CDB_Has_Usable_Primary_ID: index row requires 12736 bytes, maximum size is 8191): ALTER TABLE some_user_table...
A typical use-case is exporting to CSV and then re-importing. It's been noted that for instance `the_geom` column (exported as WKB in the CSV) is not always taken as the...
Related to https://github.com/CartoDB/gdal/issues/2 The gdal ogr2ogr CartoDB driver is creating tables populating `the_geom` and leaving `the_geom_webmercator` with all `NULL` values. IMHO this should not happen as we expect both columns...
As it is done now, it can prevent 1 out of N queries when out of quota, which is practically like not preventing disk size issues but just bothering in...