Toni Uebernickel
4db28b7bbd
introduce Propel\Bundle\PropelBundle namespace
2016-01-23 21:41:17 +01:00
Warnar Boekkooi
b61fed529a
Fix possible PDO Unknown database error
...
This patches a possible `Unable to open PDO connection [wrapped: SQLSTATE[42000] [1049] Unknown database '<db_name>']` when the dsn is not ending with a `;`.
Related to #159
2014-08-19 10:48:49 +08:00
Adel
4219e706d4
RUN PHP-CS PSR-2
2012-07-19 17:40:35 +01:00
Tero Kaisti
b4475d27fb
The MySQL PDO must be connected without the dbname in its dsn because the db being created does not exist yet.
...
Tested MySQL Server version 5.5.21.
2012-06-06 22:24:03 +03:00
William DURAND
6970913db9
Fixed CS
2012-05-24 16:36:46 +02:00
William DURAND
590787d2b6
Removed command headers, fixed naming
2012-05-09 08:55:00 +02:00
William DURAND
a99af5fffc
Fixed bad english
2012-05-09 08:55:00 +02:00
William DURAND
29ca595387
Removed 'Propel' class prefixes
2012-04-20 13:54:05 +02:00
William DURAND
c0221a604e
Fixed issue when no dbname provided in the DSN
2011-12-15 16:32:05 +01:00
William DURAND
4dcdc0f3b9
[command] Naming + minor fixes on commands
2011-09-05 22:18:18 +02:00
William DURAND
af2151631d
[command] Fixed console output
2011-08-31 00:21:39 +02:00
William DURAND
87ad04f2a8
Fixed LICENSE
2011-08-30 23:30:31 +02:00
William DURAND
7b2359d3d3
[command] Fixed output in create/drop commands
2011-08-30 11:54:05 +02:00
William DURAND
bd3c8559b6
Fixed bug on database create
2011-08-18 12:15:04 +02:00
William DURAND
e463a8bcd8
Fixed CS
2011-07-30 19:26:48 +02:00
Maxime AILLOUD
5a1f644a6a
Namespace corrected for the exception class in the command: propel:database:drop, propel:database:create and propel:table:drop
2011-07-30 19:04:55 +02:00
William DURAND
35a56e8ca8
Improved commands
2011-06-22 16:47:19 +02:00
William DURAND
3f49f58e8c
Added a new command: propel:database:create which allow to create a database for a given connection by using the Symfony2 console
2011-06-22 15:32:13 +02:00