Commit graph

16 commits

Author SHA1 Message Date
Toni Uebernickel
4db28b7bbd introduce Propel\Bundle\PropelBundle namespace 2016-01-23 21:41:17 +01:00
sylvain plançon
79f0fe4c61 Use Propel::getDB() to find adapter using by and use quoteIdentifier() from adapter to protect fieldnames and tablenames. 2014-07-29 22:25:04 +02:00
sylvain plançon
16e930bc92 Add backquotes to protect field's names and table name during the dump command. 2014-07-28 23:18:20 +02:00
William DURAND
d6e4ed86d2 use PropelColumnTypes instead of hardcoded values 2013-02-16 01:57:35 +01:00
Anh Tuan Kieu
51d91fc5b8 Fix yaml dumper for object columns 2012-08-20 17:06:38 +02:00
Adel
4219e706d4 RUN PHP-CS PSR-2 2012-07-19 17:40:35 +01:00
William DURAND
6970913db9 Fixed CS 2012-05-24 16:36:46 +02:00
William DURAND
b890706c4e Merge branch '2.0'
Conflicts:
	Tests/DataFixtures/Dumper/YamlDataDumperTest.php
	Tests/DataFixtures/Loader/YamlDataLoaderTest.php
2012-04-06 12:57:52 +02:00
Tac Tacelosky
3d54ececfd get class (not table) for ordering 2012-02-28 23:53:50 +01:00
Toni Uebernickel
82170e1718 dump array columns as array 2012-02-22 10:15:41 +01:00
William DURAND
ab50b5ec39 Fixed CS 2011-12-05 18:42:24 +01:00
William DURAND
fa1b06765e [DataFixtures] Removed useless abstract method in AbstractDataDumper class 2011-09-07 10:47:19 +02:00
William DURAND
6ad6e99f22 [DataFixtures] Fixed the dumper layer 2011-09-07 10:32:54 +02:00
William DURAND
12aa5b16a1 Fixed errors 2011-09-06 15:32:23 +02:00
William DURAND
6f66916d4f [DataFixtures] Test if the dumped file is written or not 2011-09-06 14:55:59 +02:00
William DURAND
6198f30f4b [DataFixtures] Introducing the data dumper layer 2011-09-06 14:42:24 +02:00