dev-master
9999999-devDbmover MySQL-specific procedure plugin overrides
MIT
The Requires
by Marijn Ophorst
0.6.2
0.6.2.0Dbmover MySQL-specific procedure plugin overrides
MIT
The Requires
by Marijn Ophorst
Dbmover MySQL-specific procedure plugin overrides
MySQL-specific plugin for (re)creating procedures., (*1)
composer require dbmover/mysql-procedures
This plugin is part of the `dbmover/mysql` meta-package.
See dbmover/core
., (*2)
You might have included delimiters in your schema, so you can easily copy/paste procedure definitions into the MySQL shell. You can remove them. They're only needed because the shell is silly. In fact, they trip DbMover up., (*3)
Your procedures can simply be written as:, (*4)
CREATE FUNCTION foo() BEGIN -- SQL... END;
See dbmover/core
., (*5)
Dbmover MySQL-specific procedure plugin overrides
MIT
Dbmover MySQL-specific procedure plugin overrides
MIT