CartoDB / observatory-extension

BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Refactor OBS_GetAvailableTimespans #324

Closed antoniocarlon closed 6 years ago

antoniocarlon commented 6 years ago

Closes https://github.com/CartoDB/bigmetadata/issues/422

ethervoid commented 6 years ago

@antoniocarlon tests are failing


! CONTEXT:  PL/pgSQL function cdb_observatory.obs_getavailabletimespans(geometry,text[],text,text,text) line 14 at RETURN QUERY
! ERROR:  column "timespan_alias" does not exist
! LINE 15:            timespan_alias::TEXT,
!                     ^
antoniocarlon commented 6 years ago

Fixed tests for Postgres 9.5 and 9.6 (PostGIS 2.2 and 2.3), still failing on 10 (PostGIS 2.4)

ethervoid commented 6 years ago

Blocked until we have finished timespans PR