Skip to content

Releases: CrunchyData/pgCompare

v0.4.0

30 Jul 03:35
f07b38d
Compare
Choose a tag to compare

Version 0.4.0 Enhancements

  • Improved casting of low precision data types.
  • Added html report generation.
  • Refactored code for efficiency.
  • Modified arguments and added 'verb' clause to command line.
  • Cleaned up repository tables.

Note: Drop and recreate the repository to upgrade to 0.4.0.

v0.3.7

16 May 20:02
3a5fd23
Compare
Choose a tag to compare

Redesign around casting of float, real, and double precision data types.

v0.3.6

17 Mar 21:07
a981e2f
Compare
Choose a tag to compare

Added report ability to compare and check task. This new ability will allow the user to specify a file name where the application will generate a html report. This is accomplished using the --report arguement followed by the fully qualifed file name (--file /user/myuser/pgcompare.html).

v0.3.5

28 Feb 16:28
3c3f785
Compare
Choose a tag to compare

Added support for MariaDB

Fixes for Case sensitive primary keys and container

10 Jan 20:37
184fc9e
Compare
Choose a tag to compare

Added Dockerfile and Makefile to facilitate container builds as well as addressed issues with case sensitive primary key columns.

v0.3.2

30 Dec 15:40
0849641
Compare
Choose a tag to compare

Add support for MariaDB

v0.3.1

26 Nov 21:53
ba40406
Compare
Choose a tag to compare

Added support for columns with reserved words

v0.3.0

29 Oct 18:33
56a4ea3
Compare
Choose a tag to compare

Enhancements / Fixes

  • Added support for DB2.

  • Support for case sensitive table and column names are now supported.

  • Replaced json object used for column mapping with new tables for easier management.

  • Added Projects to allow multiple configurations to be stored in the repository instead of managing multiple properties files.

Upgrading to 0.3.0

Due to the changes required for the repository, the repository must be dropped and recreated to upgrade to version 0.3.0.

v0.2.1

22 Oct 20:36
af66949
Compare
Choose a tag to compare

Version 0.2.1 contains some quick fixes to address table and column names that are case sensitive. There is also some bug fixes with the sample properties file and documentation.

v.0.2.0

19 Jun 17:53
2d377a6
Compare
Choose a tag to compare

Refactoring of code to optimize the memory footprint, code performance, and address non-idiomatic Java issues.