We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One might want to add for example: | sed 's/utf8mb4_.*_ci/utf8mb4_general_ci/g'
| sed 's/utf8mb4_.*_ci/utf8mb4_general_ci/g'
I suggest to allow users to add array of commands that will be piped. For example:
configuration: import: modify-dump: - "sed 's/utf8mb4_.*_ci/utf8mb4_general_ci/g" - "something else"
Here's the method responsible for generating import command: \Driver\Engines\MySql\Import\Primary::getImportCommand.
\Driver\Engines\MySql\Import\Primary::getImportCommand
Please remember to document this feature in README file.
The text was updated successfully, but these errors were encountered:
prince-swiftotter
No branches or pull requests
One might want to add for example:
| sed 's/utf8mb4_.*_ci/utf8mb4_general_ci/g'
I suggest to allow users to add array of commands that will be piped. For example:
Here's the method responsible for generating import command:
\Driver\Engines\MySql\Import\Primary::getImportCommand
.Please remember to document this feature in README file.
The text was updated successfully, but these errors were encountered: