Released 2020-11-09
Changes:
- Fix bug with data over 8192 bytes with some drivers (#138).
Released 2020-11-02
Changes:
- Fix bug with short binary data (#137).
Released 2020-10-30
Changes:
- Fix potential privacy problem (#128).
- Fix bug with ignored first column (#129).
- Fix IMPORT SCHEMA not retrieving all tables (#129).
- Check for errors while reading data (#130).
- Support for VARBINAR (#131).
Released 2020-10-14
Changes:
- Improve error messages (#126).
- Add support for VARCHAR(0) (#125).
- Fix missing columns problem (#123).
Released 2020-02-17
Changes:
- Fixes #96 by closing connections (#116).
Released 2020-01-16
Changes:
- Update CI dependencies (#102).
- PG 12 compatibility (#104).
- Added support for MS Windows builds & CI (#101)
Released 2019-01-29
Changes:
- Changes in the testing infraestructure (#80, #81, #84, #87, #93).
- Fixes to support the final release of PostgreSQL 11 (#82).
- Use TupleDescAttr instead of its internal representation (#89).
Released 2018-02-20
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
Released 2016-09-30
Bug fixes:
- Fixed missing schema option
OPTION
a3b43b0
Announcements:
- Added test capabilities for all connectors
- Added support for schema-less ODBC data sources (e.g. Hive) 109557a
- Updated
freetds
package version to1.00.14cdb7
- 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
Released 2016-08-03
Bug fixes:
- Quote connection attributes #15
- Handle single quotes when quoting options #19
- Prevent memory leak and race conditions d52fd60
- Handle partial SQLGetData results 3db51c0
- Use adequate minimum buffer size for numeric data to avoid precission loss df59364
- Fix various binary column problems 4caff4f
Announcements:
- Allows definition of arbitrary ODBC attributes with
odbc_
options 778ae02 - Limits size of varying columns and buffers 8149e32
Released 2016-07-15
First version based off https://github.com/bluthg/odbc_fdw at 0d44e9d. Additionally, it provides the following:
Bug fixes:
- Fixed compilation issues and API mismatches
- Fixed bug causing segfaults with query columns not present in foreign table
- Many other fixes for typos, NULL values, pointers, lenght of params, etc.
Announcements:
- Minimum PostgreSQL supported version updated to 9.5 and removed support for older versions
- Updated build instructions
- Added license file
- Updated README file
- Added driver, host and port parameters
- Added tests for the build
PGUSER=postgres make installcheck
- Added support for
IMPORT FOREIGN SCHEMA
- Added support for Add for no
sql_query
and nosql_count
in options cases - Added
encoding
option - Allows username and password in server definition
- Added support for
GUID
columns