Skip to content

Releases: MapleSyrupGroup/dbsampler

1.0.0 Updated version support

28 Mar 14:36
45938b9
Compare
Choose a tag to compare

Updates included in this release:

  • Fix Issue 22 : Drop support for PHP 7.1 and add support up to PHP 8.0 [PR #24]
  • Allow monolog V2 [PR #21]
  • Allow the use of pre-existing connections. [PR #20]

Fixed issue with migration failing due to trigger dependencies

22 Jan 13:51
de607ee
Compare
Choose a tag to compare

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

07 Jan 10:35
1a36132
Compare
Choose a tag to compare

#17 Recreate the source table triggers in the destination table.

0.5.0: Merge pull request #15 from michaeljoseph/quote-all-field-keys

19 Nov 12:24
c3ddcb4
Compare
Choose a tag to compare
  • #12: Matched sampler: don't require constraints if where is specified
  • #15: Quote all table columns

Adds where clause support to the Matched sampler

21 Sep 10:12
5d8b330
Compare
Choose a tag to compare
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

02 Mar 11:58
Compare
Choose a tag to compare
Add “limit” option to CopyAll, CleanAll samplers