Skip to content

Releases: jamf/go-mysqldump

Support Views

28 Dec 17:13
ecc8f6a
Compare
Choose a tag to compare
Merge pull request #20 from jamf/JPRO-3315-Suppress-View-Inserts

JPRO-3315 Suppress Insert Statements For Views

Support JSON Blobs

15 Nov 14:30
ec17275
Compare
Choose a tag to compare
Merge pull request #15 from jamf/JPXI-4032-database-backup-json

Jpxi 4032 database backup json

Support JSON Blobs

15 Nov 14:29
ec17275
Compare
Choose a tag to compare
Merge pull request #15 from jamf/JPXI-4032-database-backup-json

Jpxi 4032 database backup json

Allow virtual columns in the database

25 Jan 15:49
df98ebb
Compare
Choose a tag to compare
Merge pull request #12 from BrandonRoehl/develop

Fogot to version bump

Removed unused arrays from the structure

10 Oct 16:42
38ef509
Compare
Choose a tag to compare

Removal of unused array has no functional change but should allocate slightly less memory when dumping a table since the Reflection Types will not be stored

Single transaction and Lock tables is available

01 Oct 17:21
f25e26f
Compare
Choose a tag to compare

All dumps will now rollback a single transaction to protect against modification and allow some database engines to get a repeatable read for when the backup starts.

There is now an additional option on mysqldump.Dump called LockTables that will lock all tables for the duration of the dump to guarantee consistent backups with some database engines.

Steam INSERT statements when

05 Apr 15:23
d66f8c4
Compare
Choose a tag to compare

Breaks up INSERT statements at the MySQLs default max_packet_size unless specified a separate size.

Reduce memory usage with streams

01 Apr 16:14
298b70a
Compare
Choose a tag to compare

This allows us to dump tables of any size.

Reduce memory usage

28 Mar 17:58
f61ba94
Compare
Choose a tag to compare

Reduces memory usage so now we only require n + x bytes in memory for the largest table instead of 2(n+x) for the largest table.

Stability Enhancements

08 Feb 14:34
Compare
Choose a tag to compare
v0.3.4

Test pass