You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Add new insert statement if needed. Before this we close the previous with semicolon and write statement to sql-file.
684
684
// "Statement break" is needed:
685
-
//1. When the loop is running every nth time (where n is insert statement size, $export_index_size). Remainder is zero also on first round, so it have to be excluded.
686
-
//$index % $export_insert_size == 0 && $index > 0
687
-
//2. Or when the loop is running last time
688
-
//$index == $count
685
+
//1. When the loop is running every nth time (where n is insert statement size, $export_index_size). Remainder is zero also on first round, so it have to be excluded.
0 commit comments