Skip to content

Releases: osalvador/ReplicaDB

v0.10.5

25 Jun 09:56
Compare
Choose a tag to compare
Update pom.xml

v0.10.3

25 Jun 09:36
Compare
Choose a tag to compare

Commits

  • 92588bb: Testing MariaDB to Postgres (Oscar)
  • 2cb41d7: MariaDB and MySQL Tests with both drivers in the classpath (Oscar)
  • c1ecd30: Update pom.xml (Oscar)
  • 9699358: Update ReplicaDB.iml (Oscar)

v0.10.0

24 Jun 10:52
Compare
Choose a tag to compare

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

09 Nov 10:28
Compare
Choose a tag to compare

Bug fix #11 automatically set IDENTITY_INSERT when exists

release v0.8.8

07 Oct 15:45
Compare
Choose a tag to compare

Fix issue #17 getting sink table PKs

release v0.8.7

06 Aug 13:23
Compare
Choose a tag to compare

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

08 Jun 11:24
Compare
Choose a tag to compare

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

release v0.8.0

03 Mar 13:58
Compare
Choose a tag to compare
  • 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

24 Jan 14:25
Compare
Choose a tag to compare
  • Support for CSV as Source
  • Migrate to Apache Commons CSV library for Source and Sink CSV files

release v0.6.2

14 Jan 17:04
caffa74
Compare
Choose a tag to compare
  • Fix bug: Ignore \u0000 NULL UNICODE character inserting into PostgreSQL