Skip to content

Version 17.4

Compare
Choose a tag to compare
@darold darold released this 21 Apr 12:39
· 1929 commits to master since this release

2016 04 21 - v17.4

Errata in first release attempt.

  • Fix previous patch that does not handle blob case but just clob
  • Forgot to change back the query when EMPTY_LOB_NULL is not activated.
  • Put parenthesis around AT TIME ZONE expression

2016 04 20 - v17.4

This is a maintenance release to fix several issues reported by users.
There is also some major data export speed improvement thanks to the
work of PostgreSQL Pro and a new RPM spec file provided by Devrim
Gündüz to be able to build RPM package for Ora2Pg.

There is a new configuration directive:

  • EMPTY_LOB_NULL: when enabled force empty_clob() and empty_blob() to be exported as NULL instead as empty string.

See changelog for the complete list of changes.