Skip to content

Releases: CartoDB/odbc_fdw

Version 0.5.1

22 Jun 09:58
Compare
Choose a tag to compare
Released 2020-02-17

Changes:
- Fixes #96 by closing connections (https://github.com/CartoDB/odbc_fdw/pull/116).

Version 0.3.0

20 Feb 15:06
Compare
Choose a tag to compare

Bug fixes:

  • Fixed issues with travis builds
  • elog_debug: Avoid warnings when disabled 0a8b95a
  • Avoid unsigned/signed comparison warnings 763d70e

Announcements:

  • Added support for PostgreSQL versions 9.6 and 10, and future v11.
  • Changed to apache hive 2.2.1 in travis builds
  • Updated README.md with supported driver versions 4ede641
  • Added CONTRIBUTING.md document
  • Added an .editorconfig file to help enforce formatting of c/h/sql/yml files 222b39a
  • Applied bulk formatting pass to get everything lined up d53480e
  • Added this NEWS.md file
  • Added a release procedure in HOWTO_RELEASE.md file

Release 0.2.0

30 Sep 07:13
Compare
Choose a tag to compare
  • Added ODBCTablesList function to query for the list of tables the user has access to in the server
  • Added ODBCTableSize function to get the size, in rows, of the foreign table
  • Added ODBCQuerySize function to get the size, in rows, of the provided query