This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
Releases: vmware-archive/pg2mysql
Releases · vmware-archive/pg2mysql
v0.0.6
v0.0.5
v0.0.4
v0.0.3
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