propel-bundle/Command
Leo f984bb5642 remove the semicolon before dbname (#416)
A dsn like "mysql:host=localhost;dbname=foo"
After preg_replace, the dsn become "mysql:host=localhost;"
If we have additional setting "charset: utf8", the dsn will become "mysql:host=localhost;;charset=utf8", which make propel:database:create not working
2016-05-11 01:22:50 +02:00
..
AbstractCommand.php Fixed package name generation for paths outside of application root. 2016-03-27 03:16:43 +02:00
AclInitCommand.php fix "propel:acl:init" command (#418) 2016-05-11 01:22:34 +02:00
BuildCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
BundleTrait.php Used old namespace 2016-02-17 19:05:17 +01:00
DatabaseCreateCommand.php remove the semicolon before dbname (#416) 2016-05-11 01:22:50 +02:00
DatabaseDropCommand.php Make PropelBundle available for Symfony 3.X 2016-02-15 18:01:47 +01:00
DatabaseReverseCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
FixturesDumpCommand.php Make PropelBundle available for Symfony 3.X 2016-02-15 18:01:47 +01:00
FixturesLoadCommand.php Fix model_paths 2016-02-13 18:10:46 +01:00
FormattingHelpers.php Make PropelBundle available for Symfony 3.X 2016-02-15 18:01:47 +01:00
FormGenerateCommand.php Added special logic for foreignKey columns 2016-02-17 19:51:22 +01:00
GraphvizGenerateCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
MigrationDiffCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
MigrationDownCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
MigrationMigrateCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
MigrationStatusCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
MigrationUpCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
ModelBuildCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
SqlBuildCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
SqlInsertCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
TableDropCommand.php Make PropelBundle available for Symfony 3.X 2016-02-15 18:01:47 +01:00
WrappedCommand.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00