Commit graph

28 commits

Author SHA1 Message Date
Toni Uebernickel
ca68ea6c79 allow self reference in DataLoader
A self referencing entry will trigger an "UPDATE" rather than another "INSERT" with the new data.
2012-03-05 15:51:02 +01:00
Toni Uebernickel
f589d318ee add tests for DataFixtures 2012-03-05 12:31:32 +01:00
William DURAND
3397d7422d Removed the use of CLASS_DEFAULT constant 2012-03-03 18:50:21 +01:00
William DURAND
c666ae7e76 Merge pull request #112 from havvg/master
improve performance while loading DatabaseMap
2012-03-02 04:37:55 -08:00
Toni Uebernickel
e7f977c04d allow re-usage of DataLoader 2012-03-02 12:22:14 +01:00
Toni Uebernickel
111a8e5815 improve performance while loading DatabaseMap 2012-03-02 10:56:37 +01:00
Tac Tacelosky
3d54ececfd get class (not table) for ordering 2012-02-28 23:53:50 +01:00
Toni Uebernickel
e3e6878b55 disable FOREIGN_KEY_CHECKS for MySQL 2012-02-28 11:10:59 +01:00
Toni Uebernickel
6a4d86dfe2 rename WipeDataLoader to DataWiper 2012-02-28 10:40:55 +01:00
Toni Uebernickel
bb9dfbef42 add WipeDataLoader 2012-02-18 02:34:34 +01:00
William DURAND
667ca20b80 Fixed AbstractDataLoader class 2011-12-05 22:22:30 +01:00
William DURAND
ab50b5ec39 Fixed CS 2011-12-05 18:42:24 +01:00
Matt Cooley
2a7c9014d4 Fix for issue #66: fixtures dumper should ignore tests table maps 2011-11-20 09:19:46 -06:00
William DURAND
aa3c07d1a8 [DataFixtures] Tweaked the Yaml dumper inline level 2011-09-07 11:07:48 +02:00
William DURAND
fa1b06765e [DataFixtures] Removed useless abstract method in AbstractDataDumper class 2011-09-07 10:47:19 +02:00
William DURAND
c06513003a [DataFixtures] Fixed the data loader 2011-09-07 10:33:59 +02:00
William DURAND
9235c7ba09 [DataFixtures] Fixed how Map builders are loaded 2011-09-07 10:33:42 +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
William DURAND
a93edd5ec6 [DataFixtures] Moved some common logic to a new class 2011-09-06 14:41:58 +02:00
William DURAND
48f1baa10d [DataFixtures] Moved loader part to its own place 2011-09-06 13:30:09 +02:00
William DURAND
949c6c4d15 Fixed phpdoc 2011-09-03 14:27:29 +02:00
William DURAND
7a712d14e9 [DataFixtures] Fixed how files are counted 2011-09-02 17:18:32 +02:00
William DURAND
15a114720b [DataFixtures] Added XML Loader 2011-09-02 17:18:05 +02:00
William DURAND
98e04335e0 Added feedback to know which has been loaded 2011-09-02 15:58:26 +02:00
William DURAND
89beaa97de [DataFixtures] Added a new way to load data fixtures 2011-09-02 15:51:07 +02:00