Releases: osalvador/ReplicaDB
Releases · osalvador/ReplicaDB
v0.10.5
Update pom.xml
v0.10.3
v0.10.0
Commits
- 5ed0d14: Create maven.yml (Francesco Zanti) #32
- a5a297a: Rename maven.yml to CI_Release (Francesco Zanti) #32
- 392e548: Update CI_Release.yml (Oscar)
- 9151c92: Add Podman Section to README (Francesco Zanti) #32
- 39a5b1e: Merge branch 'osalvador:master' into feature/README_Containerfile (Francesco Zanti) #32
- 7ee5db0: Full Support for MySQL (Oscar)
- 068b9c2: Update MySQL2OracleTest.java (Oscar)
- fdecef0: Full support for MariaDB (Oscar). Fixed #10
- b821c20: Support for Oracle sdo_geometry data type (Oscar)
release v0.8.9
Bug fix #11 automatically set IDENTITY_INSERT when exists
release v0.8.8
Fix issue #17 getting sink table PKs
release v0.8.7
Create ReplicaDB in docker container and some bug fixed:
- Bug fix #11 automatically set IDENTITY_INSERT
- Remove quotes from column names, which are not supported by SQLServerBulkCopy
- SQLServerBulkCopy does not support parallel execution on the sink table with primary keys
- Bug fixed related with bytea data type in postgres source and sink
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-atomic
mode for compatible data sources bandwidth-throttling
parameter 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