Mike Coutermarsh
Mike Coutermarsh
Thanks @casperisfine! I have it separate because MySQL doesn't support subqueries with limit. ``` This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery' ``` The single query would...
@CobSlinger I gave this a try myself and it seems like it's not possible to pass the contents from drive as text. Did you have any luck in figuring it...
:+1: Trying this out now.
Hi @Tadek1! Thanks! Appreciate it! Going to take a look at this soon + will add in some other changes to make it easier to understand.
@WeinanZhi Hey! Try `:NERDTree`, that should open it if it's installed correctly. I also have it mapped to F9 (opens nerdtree to the current file you have open in Vim)
Hello! 😄 I'm wondering if the `vim-colors-solarized` plugin isn't loaded for you. Try running `set rtp?` (in normal mode, press `:` and then type `set rtp?`). Do you see `vim-colors-solarized`...
Thank you! We'll check on this. I believe this is a mistake in our documentation/error messages. Service tokens are limited to accessing databases only.
This should now be fixed with the change in https://github.com/planetscale/cli/pull/670
Fix will be included in the next release (soon!)
@pusewicz I tried it on 8.0.27 I believe. I believe it's only an issue with 8+. Did you try with an older version?