1
0
mirror of synced 2025-01-19 15:01:40 +03:00

Merge pull request #1094 from thekeyboardbum/master

Fix bulk insert code example
This commit is contained in:
Marco Pivetta 2014-07-31 00:06:05 +02:00
commit 0650bb954f

View File

@ -42,6 +42,8 @@ internally but also mean more work during ``flush``.
$em->clear(); // Detaches all objects from Doctrine!
}
}
$em->flush(); //Persist objects that did not make up an entire batch
$em->clear();
Bulk Updates
------------