Dmitry Ignatovich
Dmitry Ignatovich
Your analysis is correct! I think that is the only place where changes should be made. > can we consider removing this check as well (and therefore always defaulting auto...
Hello again, and thank you so much for the feedback, and for the bug report! `EXCEPT` is a niche feature, the only major SQL engine which supports it (that I...
I fixed this in the master branch and will try to deploy the fix soon.
Thank you, this is an interesting proposal as well as the whole idea of using "data packages", I think we all may benefit from data standards like this. Saying that...
Update: I recently published version 3.3 added support for column alignment for CSV files with multiline fields - this provides feature parity between single-line and multiline csv files. I was...
Hi, this looks strange, I tested your file and autodetection worked for me as expected. BTW, you can try to set `vim.g.rcsv_delimiters = [";", ","]` it should be an array,...
Thanks, I might try to reproduce this when I have more time. If you want you can also try to debug this further by using "echo"/"echom"/"messages" commands inside the autodetection...
Does highlighting disappear too? If it does then it is actually WAI, the idea is that autodetection can sometimes produce a "false positive" and in that case I wanted to...
Hi @JoeCodeswell, Thank you for the feedback! Yeah, `json.dumps` will work - I just verified it, but you would need to add `import json` in `~/.rbql_init_source.py` file. Or you can...
Done. Now it is possible to rewrite the query like this: `SELECT a2 as id,AVG(a4) AS average GROUP BY a2`.