Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision r459.
Original comment by crazy4ch...@gmail.com
on 9 Feb 2014 at 9:25
Thanks for reporting this issue.
Just to explain why this happens: Of course it's no integer overflow (php
automatically casts to float if ints get too big and 5000 is a lot smaller than
2147483647). The problem is cause because we start a new transaction every 5000
rows and when we do this, we set $csv_number_of_rows=0.
I just fixed this in svn the same way as you proposed. Thanks.
Original comment by crazy4ch...@gmail.com
on 9 Feb 2014 at 9:29
Original issue reported on code.google.com by
lytbo...@gmail.com
on 8 Feb 2014 at 11:42