Skip to content

Commit

Permalink
Update CHANGELOG and README for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarwick committed Oct 12, 2018
1 parent 8a0480f commit 1e60a2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Revision history for firebird_fdw

0.5.0 2018-??-??
0.5.0 2018-10-12
- Support triggers on foreign tables (PostgreSQL 9.4 and later)
- Support Firebird BLOB datatype (TEXT subtype only)

0.4.0 2018-10-02
- Add function firebird_fdw_version()
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ Features
- pushdown of some `WHERE` clause conditions to Firebird (including translation
of built-in functions)
- Connection caching
- Supports triggers on foreign tables (PostgreSQL 9.4 and later)
- Supports `IMPORT FOREIGN SCHEMA` (PostgreSQL 9.5 and later)


Limitations
-----------

- Works with Firebird 3.x, but does not yet support any 3.x features
- No support for Firebird datatypes (`BLOB`, `ARRAY`)
- No support for Firebird `ARRAY` datatype
- Display of messages returned by Firebird is not very pretty
(this has been improved somewhat)

Expand All @@ -189,7 +189,8 @@ TAP tests
Simple TAP tests are provided in the `t/` directory. These require a running
Firebird database to be available; provide connection details for this with
the standard Firebird environment variables `ISC_DATABASE`, `ISC_USER` and
`ISC_PASSWORD`.
`ISC_PASSWORD`. Additionally, PostgreSQL must have been compiled with
the `--enable-tap-tests` option.

Run with

Expand Down Expand Up @@ -227,6 +228,9 @@ Useful links
- https://github.com/ibarwick/firebird_fdw (public mirror)
- http://pgxn.org/dist/firebird_fdw/

* Blog (including release notes)
- http://sql-info.de/postgresql/firebird-fdw/index.html

* General FDW Documentation
- http://www.postgresql.org/docs/current/interactive/ddl-foreign-data.html
- http://www.postgresql.org/docs/current/interactive/sql-createforeigndatawrapper.html
Expand Down

0 comments on commit 1e60a2d

Please sign in to comment.