Skip to content

Releases: osalvador/ReplicaDB

release v0.8.1

Choose a tag to compare

@osalvador osalvador released this 08 Jun 11:24

Path for fix fix issue #9
Added new quoted.identifiers parameter for escape the columns name when parameter is set

release v0.8.0

Choose a tag to compare

@osalvador osalvador released this 03 Mar 13:58
  • Full compatibilty with Oracle XMLType columns
  • Full compatibilty with SQL Server as sink
  • New complete-atomic mode for compatible data sources
  • bandwidth-throttling parameter for compatible data sources
  • Some bug fixed

release v0.7.0

Choose a tag to compare

@osalvador osalvador released this 24 Jan 14:25
  • Support for CSV as Source
  • Migrate to Apache Commons CSV library for Source and Sink CSV files

release v0.6.2

Choose a tag to compare

@osalvador osalvador released this 14 Jan 17:04
caffa74
  • Fix bug: Ignore \u0000 NULL UNICODE character inserting into PostgreSQL

release v0.6.1

Choose a tag to compare

@osalvador osalvador released this 13 Jan 09:55
  • Fix bug #3 . Alias the subquery in PostgreSQL

release v0.6.0

Choose a tag to compare

@osalvador osalvador released this 19 Dec 16:58
  • Support for Amazon S3 as sink
  • Some Bugs Fixed

release v0.5.0

Choose a tag to compare

@osalvador osalvador released this 12 Jun 15:41
  • Support for Microsoft SQL Server as source
  • Support for Kafka as sink
  • Fix Bug on Postgres with memory leak
  • Support for binary (BLOB) columns for Postgres as sink
  • Support for CLOB columns for Postgres as sink
  • Memory and performance JVM options
  • Add new parameter for Staging table name alias

release v0.4.0

Choose a tag to compare

@osalvador osalvador released this 22 Jan 15:53
  • Support for Denodo Virtual Database as source
  • Support for CSV file as sink (complete and incremental modes)
  • Fix Bug on Postgres on incremental mode

release v0.3.0

Choose a tag to compare

@osalvador osalvador released this 10 Jan 16:30
  • Oracle incremental mode: Now is possible to use Oracle Database as sink in incremental mode.
  • Improve performance in PostgreSQL parallel read.
  • Disable autovacuum in PostgreSQL staging table.
  • Always drop staging table even on error.
  • New fetch-size parameter.

release v0.2.0

Choose a tag to compare

@osalvador osalvador released this 20 Dec 10:34
  • Source and Sink connection parameters: Now it is possible to set the JDBC connection parameters from the configuration file
  • Support for incremental mode:
    • PostgreSQL now support incremental mode.
    • The staging options are added.
    • The source-check-column option is deleted.
    • The source-last_value option is deleted.