The Wayback Machine - http://web.archive.org/web/20201007233426/https://github.com/topics/sql-query
Skip to content
#

sql-query

Here are 420 public repositories matching this topic...

Liuzhj
Liuzhj commented Mar 14, 2020

/使



6impala hive

phpbu

mysqlpg使master slave

使

 

vscode-sqltools
ThiefMaster
ThiefMaster commented Jun 8, 2020

Describe the bug
"Select file" for the socket file path shows a local file chooser, even when I'm in a remote workspace and thus would expect to look for a file on the remote system.

To Reproduce
Try selecting a socket file path when you are using a remote vscode workspace

Expected behavior
File picker that shows remote files

**Desktop (please complete the following informa

lorenzofox3
lorenzofox3 commented Dec 11, 2018

Feature request:

Select builders are often used in sub query with aliases.
It would be a nice syntax addition if instead of using an object we could output the builder with a alias directly thanks to an as method

//currently 
sh.select().from({
  as:'foo',
  value:sh.select().from('users').where('age','>',42).noop()
});

could be written:

sh.sele

Improve this page

Add a description, image, and links to the sql-query topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sql-query topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.