marian-nedelescu

Results 1 issues of marian-nedelescu

Hi, I am trying to bulk insert into a table with TEXT column. This is my code: ColumnType::Text => { let value: Option = row.get(order); let value = value.map(|v| v.to_string());...