trdsql icon indicating copy to clipboard operation
trdsql copied to clipboard

CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.

Results 18 trdsql issues
Sort by recently updated
recently updated
newest added

It is impossible to select a field name that contains a space.

question

-GOOS:linux -GOPACH:amd64 --github.com/mattn/go-sqlite3 github.com\mattn\go-sqlite3\sqlite3_go18.go:18:10: undefined: SQLiteConn github.com\mattn\go-sqlite3\sqlite3_go18.go:26:10: undefined: SQLiteConn github.com\mattn\go-sqlite3\sqlite3_go18.go:27:17: undefined: namedValue github.com\mattn\go-sqlite3\sqlite3_go18.go:29:13: undefined: namedValue github.com\mattn\go-sqlite3\sqlite3_go18.go:35:10: undefined: SQLiteConn github.com\mattn\go-sqlite3\sqlite3_go18.go:36:17: undefined: namedValue github.com\mattn\go-sqlite3\sqlite3_go18.go:44:10: undefined: SQLiteConn github.com\mattn\go-sqlite3\sqlite3_go18.go:49:10: undefined: SQLiteConn github.com\mattn\go-sqlite3\sqlite3_go18.go:54:10: undefined: SQLiteStmt...

question

Add https://github.com/multiprocessio/go-sqlite3-stdlib to the driver with the name "sqlite3_ext". The following examples are possible: ``` trdsql -driver sqlite3_ext "SELECT repeat('x', 2)" ``` Resolved #140.

Even if I run just `trdsql -version` it exists with a 137 exit code instantly. Any ideas? I'm using 0.10.0 and have installed (and tried to reinstall it already) via...

help wanted

Hi, Thank you so much for this product. The team I work on has used this quite a bit. I have had to upgrade to Oracle Linux 8.8 and I...

enhancement
question

Hello, I've jsut discovered this great tool, which is incredible, except for this ugly \` quote character required when column names are not fully lowercased, which is really awful in...

enhancement

[logfmt](https://brandur.org/logfmt) seems to be able to process as well as ltsv and ndjson (jsonl).

enhancement

I'm not sure what I'm doing wrong. I'm trying to read from a csv with the columns `Engine_name`, `Variable_name` and `Value`. However, for some reason the `Engine_name` column is not...