Skip to content

Tags: dominikkukacka/slimdump

Tags

1.8.3

Toggle 1.8.3's commit message
Fix glitch handling the mysqli:// scheme

Introduced in e6c6118.

1.8.2

Toggle 1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request webfactory#49 from webfactory/remove-composer-lock

Remove composer.lock

1.8.1

Toggle 1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request webfactory#43 from webfactory/quote_trigger_name

Quote trigger names manually instead of relying on mysqli_prepare

1.8.0

Toggle 1.8.0's commit message
Define default buffer size only in Dumper

Only the Dumper needs this value (and its a little bit exotic), so I
think it should have it's default defined there. To avoid two default
values, remove the default from the option of the console command.

1.7.1

Toggle 1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use backticks to escape table name

Fixes webfactory#36

1.7.0

Toggle 1.7.0's commit message
Merge pull request webfactory#33 from janopae/symfony3support

Symfony 3-support; fixes webfactory#32

1.6.1

Toggle 1.6.1's commit message
Merge pull request webfactory#28 from mariusbuescher/master

Fix configuration for .phar generation

1.6.0

Toggle 1.6.0's commit message
Support dumping triggers (webfactory#27)

Support dumping triggers, optionally removing the DEFINER=... clause - addresses webfactory#26

1.5.0

Toggle 1.5.0's commit message
Add option to avoid dumping AUTO_INCREMENT values (webfactory#14)

A new "keep-auto-increment" attribute has been added within <table> configuration statements.

Setting it to "false" (with the default being "true") will remove the "AUTO_INCREMENT=..." value that MySQL's "SHOW CREATE TABLE" will insert by default. As a result, you can create schema dumps that will start off with fresh AUTO_INCREMENT values.

1.4.3

Toggle 1.4.3's commit message
Composer update, fixes webfactory#17 by using symfony/console ^2.8.7