v0.3.0
What's new
- Add support for custom tables. ((#225))
- Add location to format list/show. (#283)
- Add plugin to source list/show. (#337)
- Improve display logic of conversion errors, since we log full error just display first line of error.
Bug fixes
- Plugin list command now correctly cases keys in JSON output.
- Add support to querydisplay.ColumnValueAsString for UUID/Decimal in format received from DuckDB.
- Add comma separators to numeric output in query results. (#685)
- Fix multiple backtick escaping - if more than 2 properties are back-ticked, the third onwards not being escaped.