Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Releases: vmware-archive/pg2mysql

v0.0.6

31 Aug 17:02
Compare
Choose a tag to compare

verify learned to print the IDs of missing rows when the table contains an id column

v0.0.5

10 Aug 16:02
Compare
Choose a tag to compare
  • Don't try to migrate the contents of views

v0.0.4

28 Jun 18:13
Compare
Choose a tag to compare
  • Fix issue where tables with string IDs could not be migrated twice (e.g. run pg2mysql migrate twice in a row, which should skip already migrated rows).

v0.0.3

16 May 18:54
Compare
Choose a tag to compare

Features:

  • Add verify command
  • Be more verbose with logging

README updates:

  • Fix install instructions
  • Genericize config example

Bugfixes:

  • Handle time scanArgs appropriately
  • Use different column names for select for src/dst

Tech debt fixes:

  • Fix vetshadow error
  • Remove unnecessary appends
  • Return early when no incompatible cols found
  • Handle error when closing rows
  • Remove unused mysqlTimestampFormat
  • Remove unused columnNamesForInsert
  • Handle rows.Close() error

Performance fixes:

  • Add EachMissingRow
  • Remove DB.Insert(); use prepared statement

v0.0.2

03 May 22:40
Compare
Choose a tag to compare
  • Make the validator print out a positive message when a table has no invalid rows
  • Fix the migrator's insert of data that has characters that require escaping

v0.0.1

28 Apr 20:55
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
Update README formatting