prisma / tiberius

TDS 7.2+ (Microsoft SQL Server) driver for Rust
Apache License 2.0
325 stars 119 forks source link

Bulk Insert: Allow to pass Column Names #311

Open aersam opened 1 year ago

aersam commented 1 year ago

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