Releases: webfactory/slimdump
Releases · webfactory/slimdump
A release without changes
But hopefully, this time a .phar version will be built. 🤞🏻
Use 0x... hex-dump style also for BINARY column types (#80)
1.12.1 Use `0x...` hex-dump style also for `BINARY` column types (#80)
single-line-insert-statements
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. KEYSare beingDISABLEDbefore inserting data andENABLEDafterwards.
Lock Tables before inserting data
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
1.10.1 Respect dump config "none" for views
Support dumping VIEW definitions
1.9.0
Fix a regression introduced in 1.8.2
Fix glitch handling the mysqli:// scheme Introduced in e6c6118.
Fix a bug when using mysqli:// DSNs
Merge pull request #49 from webfactory/remove-composer-lock Remove composer.lock
Fixes a bug when using mysqli
Merge pull request #43 from webfactory/quote_trigger_name Quote trigger names manually instead of relying on mysqli_prepare