-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always getting "query error: near "~": syntax error" error #324
Comments
I've now found a way to get the CSV into a SQLite file. |
Hi, (Assuming I understand the issue properly, if not please write again and i'll help as much as i can). Unfortunately, I haven't made q aware of the home folder |
Thanks. However I'm not using ~ as part of filenames when calling q. See example above. |
I had another look, and I think I've found where the ~ symbols are creeping in. |
I'm upgrading to 3.1.6 from 2.1.x after brew's version of this stopped working. And I can't get it to run successfully at all even on a very basic file such as:
When I run any query, even the very simplest
q -H -d , "SELECT * from ./test-basic.csv"
I get the same error:
query error: near "~": syntax error
I can't find anything obviously related in the issues already.
I'm running on macOS 13.6.1 and the version string is
The text was updated successfully, but these errors were encountered: