dmnk_89
SomeTable.batchInsert( data = listOf(1,2,3,4), body = { this[SomeTable.someColumn] = it })
Timur Atakishiev