Vdsql feedback #1579
Unanswered
frosencrantz
asked this question in
Q&A
Vdsql feedback
#1579
Replies: 2 comments
-
Hey @frosencrantz! Can you open these as issues in the Thanks for the continued loving attention to bug hunting. =) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Three issues generated in vdsql repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Congratulations @saulpw @anjakefala @cpcloud on the new vdql release.
Since discussions are not setup on https://github.com/visidata/vdsql, I take it they should happen here.
One big question I have is what library is converting between python and SQL functions? That is brilliant!
I did try using
vdsql
but had a couple issues.pip install
got into some infinite loop that took a while to resolve. This might just be my environment, but it did slow me down for a while. I ended up changing therequirements.txt
file toz"
command it will convert the generated SQL fromSELECT t0.a FROM mytable AS t0
toSELECT t0.a FROM (SELECT t1.a FROM my_table AS t1) AS t0
a.lower()
and then trying to hidea
, and look at the side panel it saysname 'a' is not defined
and there is stack trace.Beta Was this translation helpful? Give feedback.
All reactions