Open schettle opened 8 years ago
In 1.0 I have written a functional test to cover this case: https://github.com/graze/dal/blob/1.0/tests/functional/DalManagerTest.php#L45
And it passes. If this is still an issue I can do further work to test on the older code.
This inserts only b4 and b5, if I move the flush to after the for each loop, i.e. just one flush, it inserts all records as expected.