Skip to content

Releases: CrunchyData/pgCompare

v0.5.0

07 Nov 21:02
2278a77

Choose a tag to compare

The release includes all the major features from v0.5.0:

  • Architectural refactoring (new package structure)
  • Snowflake support
  • SQL Fix Generation feature
  • Web UI (Next.js)
  • ARCHITECTURE.md and RELEASE_NOTES_v0.5.0.md
  • All the improvements we worked on together

See RELEASE_NOES_v0.5.0.md for details.

v0.4.0

30 Jul 03:35
f07b38d

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

Choose a tag to compare

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

v0.3.6

17 Mar 21:07
a981e2f

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

Choose a tag to compare

Added support for MariaDB

Fixes for Case sensitive primary keys and container

10 Jan 20:37
184fc9e

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

Choose a tag to compare

Add support for MariaDB

v0.3.1

26 Nov 21:53
ba40406

Choose a tag to compare

Added support for columns with reserved words

v0.3.0

29 Oct 18:33
56a4ea3

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

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.