Releases: MapleSyrupGroup/dbsampler
Releases · MapleSyrupGroup/dbsampler
1.0.0 Updated version support
Fixed issue with migration failing due to trigger dependencies
Migration fails when there is a trigger that depends on a table that has not yet been created.
This release moves the creation of triggers to after the tables have had their data inserted to avoid any dependency issue.
0.6.0 Added support for migrating trigger events
#17 Recreate the source table triggers in the destination table.
0.5.0: Merge pull request #15 from michaeljoseph/quote-all-field-keys
Adds where clause support to the Matched sampler
Merge pull request #10 from michaeljoseph/adds-where-support-to-matched Adds where support to matched sampler
0.2.2: Merge pull request #1 from parsingphase/limit-all
Add “limit” option to CopyAll, CleanAll samplers