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.94k stars 73 forks source link

Fixed missing check in rows.Err() #191

Closed noborus closed 2 years ago

noborus commented 2 years ago

The reason why "json_extract doesn't output anything on error" in #161 was due to the omission of check in rows.Err().