noborus / trdsql

CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.
https://noborus.github.io/trdsql/
MIT License
1.93k stars 72 forks source link

Fixed INSERT failure when there are many columns #249

Closed noborus closed 8 months ago

noborus commented 8 months ago

Fixed INSERT failure when number of columns is greater than maxBulk. Increased maxBulk to 1000.