-
Updated
Aug 19, 2021 - Java
sql-query
Here are 504 public repositories matching this topic...
-
Updated
Aug 8, 2021 - C#
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
Aug 6, 2021 - Go
Describe the bug
Character greater then > breaks comment in formatter
To Reproduce
Steps to reproduce the behavior:
- Go to https://vscode-sqltools.mteixeira.dev/playground/formatter
- Click on insert into below text:
-- comments are
-- breaks by sign greater than >
-- unfortunately - See error
Expected behavior
the comment should not be affected by a character grea
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Jul 30, 2021 - Go
-
Updated
Jul 28, 2021 - PHP
-
Updated
Aug 21, 2021 - PHP
-
Updated
May 11, 2019 - Go
-
Updated
Mar 12, 2020 - Python
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Jun 8, 2021 - Go
-Currently the feature supports csv files only. However, integrating more dataframes is easy. Go through the get_dataframe() method in data_utils.py and include support to detect the incoming file and parse the dataframe from it.
-
Updated
Aug 13, 2021 - 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
Jun 10, 2021 - PHP
-
Updated
Feb 24, 2015 - Go
-
Updated
Nov 23, 2017 - Java
-
Updated
Mar 3, 2021 - Visual Basic .NET
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Nov 30, 2018 - PowerShell
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."
目前遇到的问题/使用障碍