multiprocessio / dsq

Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

table "t_0" already exists on Windows 10

kunzhipeng opened this issue · comments

OS: Windows 10
dsq Version: dsq-win32-x64-v0.23.0

Error:

C:\Users\Administrator\Downloads\dsq-win32-x64-v0.23.0>dsq.exe eleme_shops_ningbo_20221125.csv -i
table "t_0" already exists

I'm getting the same error on macOS, dsq installed with Go, v0.23.0.

When I ran the command for the first time it worked, then it exited after I entered a ?, and each subsequent execution of the CLI leads to that error. This is from my terminal:

$ dsq /path/to/redacted.csv -i
Cache invalid, re-import required.
dsq> ?
near "?": syntax error
$ dsq /path/to/redacted.csv -i
table "t_0" already exists

Just saw #101, this appears to be a duplicate and can probably be closed as such

Yep let's close this for 101.