Skip to content

Releases: webfactory/slimdump

A release without changes

Choose a tag to compare

@mpdude mpdude released this 21 Apr 14:51

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

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

Choose a tag to compare

@mpdude mpdude released this 21 Apr 14:45
7b3adf0
1.12.1

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

single-line-insert-statements

Choose a tag to compare

@relthyg relthyg released this 15 Sep 12:00
cf09bcc

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

Choose a tag to compare

@relthyg relthyg released this 07 Sep 14:50
1871b40

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

Choose a tag to compare

@MalteWunsch MalteWunsch released this 22 Jun 11:46
1.10.1

Respect dump config "none" for views

Support dumping VIEW definitions

Choose a tag to compare

@mpdude mpdude released this 03 Jun 12:10
8942c6e

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

1.9.0

Choose a tag to compare

@mpdude mpdude released this 02 Jan 22:08
9b4c799
  • 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

Choose a tag to compare

@mpdude mpdude released this 28 Jun 08:32
Fix glitch handling the mysqli:// scheme

Introduced in e6c6118.

Fix a bug when using mysqli:// DSNs

Choose a tag to compare

@mpdude mpdude released this 28 Jun 08:14
36aee46
Merge pull request #49 from webfactory/remove-composer-lock

Remove composer.lock

Fixes a bug when using mysqli

Choose a tag to compare

@mpdude mpdude released this 29 May 07:52
28aeb8f
Merge pull request #43 from webfactory/quote_trigger_name

Quote trigger names manually instead of relying on mysqli_prepare