Dmitry Ignatovich
Dmitry Ignatovich
Hi @Freed-Wu , I can try to add built-in Python keywords and available column names to generate the autocomplete, but this is 1. Hard to do - I implemented column...
I think this sounds like a good roadmap, thanks for your ideas! I actually was already thinking about adding FROM keyword since I need this for ipython magic `%rbql` command...
Thanks for the feedback! And thank you for the proposal, I guess it would be possible to implement HAVING, but I haven't look deep into this yet. BTW you can...
Yes, it looks like it has something to do with argument quoting. I will try to investigate this when I have some time. Thanks for reporting!
Thanks! They are actually ignored but only under some specific conditions, to work as expected you need to enable highlighting not by setting `set ft=csv` but by using `:RainbowDelim` command....
I can think about only two ways to do this: 1. Execute `:1sp` - this will create a horizontal split, with the upper window being of height=1, it will show...
Actually, if we allow JSON as output, the exact output record structure shouldn't be viewed as a huge decision point, since with JSON output users can easily create arbitrary output...
Hi, Thank you very much for reporting this! Your syntax must be correct, but I honestly didn't know that it is possible to have `ASC`/`DESC` in the middle of `ORDER...
Hi! Could you please send me a public link where I can reproduce this? Thanks!
Thanks! I will look into that. As a temporary solution, you can disable the extension on https://edu.google.com/ until the problem is fixed.