Renaud
05/28/2021, 2:30 PMfor loop
Publication.new { ... }
2. Insert via entity table
Publication.table.batchInsert
1? 2? I’m not surespand
05/28/2021, 2:38 PMBogdan
05/29/2021, 12:39 PMRenaud
05/31/2021, 9:05 AMbatchInsert
returns List<ResultRow>
so this can help to notify if something was inserted or not. With a “manual” loop + new
we need a some sort of counterBogdan
06/02/2021, 2:45 PMsequnce { Entity.new {} }.count()