Skip to content

Releases: osalvador/ReplicaDB

v0.11.9

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:22

What's Changed

Full Changelog: v0.11.8...v0.11.9

v0.11.8

Choose a tag to compare

@github-actions github-actions released this 07 Feb 11:51

Pull Request

Bump postgresql from 42.2.1 to 42.2.25 #58
Bump xercesImpl from 2.12.0 to 2.12.2 #57
Bump log4j-core from 2.15.0 to 2.17.1 #53
Bump log4j-api from 2.15.0 to 2.17.1 #52

Bug Fixes

Binary data type from Postgres to Mysql (Oscar Salvador Magallanes)

Full Changelog: v0.11.2...v0.11.8

v0.11.2

Choose a tag to compare

@github-actions github-actions released this 23 Nov 11:20

Commits

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 07 Oct 08:34

Commits

  • Exclude Oracle drivers in the package
  • Enables the use of the Sentry service for error tracking and performance
  • Fixed #39 handling null values on MySQL

Full Changelog: v0.10.5...v0.11.1

v0.10.5

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:56
Update pom.xml

v0.10.3

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:36

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

Choose a tag to compare

@github-actions github-actions released this 24 Jun 10:52

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

Choose a tag to compare

@osalvador osalvador released this 09 Nov 10:28

Bug fix #11 automatically set IDENTITY_INSERT when exists

release v0.8.8

Choose a tag to compare

@osalvador osalvador released this 07 Oct 15:45

Fix issue #17 getting sink table PKs

release v0.8.7

Choose a tag to compare

@osalvador osalvador released this 06 Aug 13:23

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