-
Updated
Oct 8, 2020 - Java
sql-query
Here are 421 public repositories matching this topic...
-
Updated
Oct 9, 2020 - C#
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Sep 17, 2020 - Go
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
-
Updated
Oct 2, 2020 - Go
-
Updated
Sep 30, 2020 - Scala
-
Updated
Oct 11, 2020 - PHP
-
Updated
May 11, 2019 - Go
-
Updated
Oct 6, 2020 - PHP
-
Updated
Mar 12, 2020 - Python
-
Updated
Aug 31, 2020 - TypeScript
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
-
Updated
Nov 3, 2019 - C#
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Feb 24, 2015 - Go
-
Updated
Nov 23, 2017 - Java
Currently the project supports queries of sqlite format only(See database.py) . However, integrating other databases like MySQL and postgreSQL could be done by mirroring the work similar to sqlite.
-
Updated
Sep 21, 2020 - Go
-
Updated
Oct 2, 2020 - Visual Basic .NET
-
Updated
Nov 30, 2018 - PowerShell
-
Updated
Oct 16, 2018 - Java
-
Updated
Mar 30, 2018 - Python
Improve this page
Add a description, image, and links to the sql-query topic page so that developers can more easily learn about it.
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."
目前遇到的问题/使用障碍