Commit graph

9 commits

Author SHA1 Message Date
cedric lombardot 5ea4110b62 3.0 Some Fixes for MSSQL (#438)
* Fix DatabaseCreateCommand for Mssql

* parseDbName for Mssql

* Use a simple connection for drop

Else MSSQL will say ressource is in use

* encoding
2017-01-09 12:30:41 +01:00
Maxim cdcb3f6b9f Removed unnecessary catched exceptions in commands (#421)
* Remove catch exception

Because this is broken -vvv and don't show stack trace

* Update DatabaseDropCommand.php

* Update FixturesDumpCommand.php

* Update TableDropCommand.php
2016-05-27 15:07:47 +02:00
Moritz Schroeder ca13ff5195 Make PropelBundle available for Symfony 3.X
- Updated composer.json dependency
- Replaced deprecated dialog helper with question helper
- propel.html.twig - Use render function not render tag
- Replaced ContainerAware with ContainerAwareTrait
2016-02-15 18:01:47 +01:00
Gregor Harlan 893c85c655 introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Kévin Gomez 09e4da0c19 Started to integrate the new configuration system (still WIP/dirty) 2014-09-12 21:18:03 +01:00
Kévin Gomez f84ab8eefd Added more phpDocs for commands 2013-12-14 14:17:10 +00:00
Kévin Gomez 64ea15cd49 Cleaned commands 2013-11-24 16:36:58 +00:00
Kévin Gomez 27862d6fb1 Checkstyle fix 2013-11-05 13:26:18 +00:00
Kévin Gomez a5cd6b86b6 Implemented the DatabaseDrop command 2013-11-04 21:41:59 +00:00