Updates odbc-fdw extension to version 0.4.0 (#14885)

* Updates odbc-fdw extension to version 0.4.0
pull/14900/head
owayss 5 years ago committed by Gonzalo Sánchez Romero
parent f1881c1af5
commit 364b4e448d

@ -18,11 +18,13 @@ Development
- Adds organization appearance to forget link URL ([CartoDB/cartodb#14875](https://github.com/CartoDB/cartodb/issues/14875))
- Add public_map_quota to user ([CartoDB/cartodb-central#2452](https://github.com/CartoDB/cartodb-central/issues/2452))
- Fix published maps in Editor ([CartoDB/support#2048](https://github.com/CartoDB/support/issues/2048))
- Updates `odbc_fdw` extension to version `0.4.0` [#14885](https://github.com/CartoDB/cartodb/pull/14885)
- Add regular_api_key_quota to user ([CartoDB/cartodb-central#2472](https://github.com/CartoDB/cartodb-central/issues/2472))
- Add rescue for PG::UndefinedColumn on update_table_geom_pg_stats [#2034](https://github.com/CartoDB/support/issues/2034)
- Filter TrackJS errors in embed maps ([#14890](https://github.com/CartoDB/cartodb/issues/14890))
- Minor copy edit in final step of Builder Onboarding
4.26.1 (2019-05-06)
-------------------

@ -23,7 +23,7 @@ module CartoDB
SCHEMA_CDB_DATASERVICES_API = 'cdb_dataservices_client'.freeze
SCHEMA_AGGREGATION_TABLES = 'aggregation'.freeze
CDB_DATASERVICES_CLIENT_VERSION = '0.26.2'.freeze
ODBC_FDW_VERSION = '0.3.0'.freeze
ODBC_FDW_VERSION = '0.4.0'.freeze
def initialize(user)
raise "User nil" unless user

@ -13,7 +13,7 @@
"works_with": {
"dataservices-api-client-extension": "0.26.2",
"carto_postgresql_ext": "0.24.1",
"odbc_fdw": "0.2.0",
"odbc_fdw": "0.4.0",
"carto_windshaft": ">=6.2.0",
"carto_sql_api": ">=2.1.0",
"postgresql": ">=9.5.0",

Loading…
Cancel
Save