Skip to content

Releases: webfactory/slimdump

A release without changes

21 Apr 14:51

Choose a tag to compare

But hopefully, this time a .phar version will be built. 🤞🏻

Use 0x... hex-dump style also for BINARY column types (#80)

21 Apr 14:45
7b3adf0

Choose a tag to compare

1.12.1

Use `0x...` hex-dump style also for `BINARY` column types (#80)

single-line-insert-statements

15 Sep 12:00
cf09bcc

Choose a tag to compare

This release comes with the following changes:

  • Optional parameter --single-line-insert-statements: This option can speed up imports significantly if you dump tables with a very large number of rows.
  • KEYS are being DISABLED before inserting data and ENABLED afterwards.

Lock Tables before inserting data

07 Sep 14:50
1871b40

Choose a tag to compare

Locking the tables before inserting data (and unlocking them afterwards) improves the import performance significantly. In addition, it adds a bit of a security level.

Support dump="none" for views

22 Jun 11:46

Choose a tag to compare

1.10.1

Respect dump config "none" for views

Support dumping VIEW definitions

03 Jun 12:10
8942c6e

Choose a tag to compare

This release adds support to dump VIEW definitions as well (#65, @mpdude).

1.9.0

02 Jan 22:08
9b4c799

Choose a tag to compare

  • Apply WHERE condition when counting the number of rows to export to get correct statistics/progress (#52, @marine-sivade-woonoz)
  • Add a --no-progress switch (#56, @mpdude)
  • Provide automatically built .phar version (#57, @mpdude)

Fix a regression introduced in 1.8.2

28 Jun 08:32

Choose a tag to compare

Fix glitch handling the mysqli:// scheme

Introduced in e6c6118.

Fix a bug when using mysqli:// DSNs

28 Jun 08:14
36aee46

Choose a tag to compare

Merge pull request #49 from webfactory/remove-composer-lock

Remove composer.lock

Fixes a bug when using mysqli

29 May 07:52
28aeb8f

Choose a tag to compare

Merge pull request #43 from webfactory/quote_trigger_name

Quote trigger names manually instead of relying on mysqli_prepare