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

Use ExecContext for things other than SELECT #263

Closed noborus closed 7 months ago

noborus commented 7 months ago

Use ExecContext instead of QueryContext, other than SELECT in SQLite.

​Variable named sql was changed to sqlQuery.