Releases: osalvador/ReplicaDB
Releases · osalvador/ReplicaDB
Release list
release v0.8.1
Path for fix fix issue #9
Added new quoted.identifiers parameter for escape the columns name when parameter is set
release v0.8.0
- Full compatibilty with Oracle XMLType columns
- Full compatibilty with SQL Server as sink
- New
complete-atomicmode for compatible data sources bandwidth-throttlingparameter for compatible data sources- Some bug fixed
release v0.7.0
- Support for CSV as Source
- Migrate to Apache Commons CSV library for Source and Sink CSV files
release v0.6.2
- Fix bug: Ignore \u0000 NULL UNICODE character inserting into PostgreSQL
release v0.6.1
- Fix bug #3 . Alias the subquery in PostgreSQL
release v0.6.0
- Support for Amazon S3 as sink
- Some Bugs Fixed
release v0.5.0
- 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
- 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
- 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-sizeparameter.
release v0.2.0
- 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.