Hi there I think in many scenarios it would be useful to be able to pass the column list to `bulk_insert`. Would probably mainly need to adjust the preflight query [here](https://github.com/prisma/tiberius/blob/8f66a699dfa041e7b5f736c7e94f92c945453c9e/src/client.rs#L307). The main use case is to pass the correct column order to the query
Hi there
I think in many scenarios it would be useful to be able to pass the column list to
bulk_insert.Would probably mainly need to adjust the preflight query here.
The main use case is to pass the correct column order to the query