-
Updated
Jun 2, 2022 - Java
sql-query
Here are 580 public repositories matching this topic...
-
Updated
Jun 2, 2022 - Go
-
Updated
Jun 2, 2022 - C#
-
Updated
May 25, 2022 - TypeScript
-
Updated
May 13, 2022 - 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
May 17, 2022 - Go
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 2, 2022 - PHP
-
Updated
May 28, 2022 - PHP
-
Updated
May 23, 2022 - Go
-
Updated
May 27, 2022 - TypeScript
-
Updated
Jun 8, 2021 - Go
-
Updated
Mar 12, 2020 - Python
-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
Apr 9, 2022 - TypeScript
-
Updated
May 25, 2022 - PHP
-
Updated
Nov 10, 2021 - PHP
-
Updated
Nov 3, 2019 - C#
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
Feb 24, 2015 - Go
-
Updated
Nov 23, 2017 - Java
-
Updated
Mar 3, 2021 - Visual Basic .NET
-
Updated
Apr 9, 2022 - TypeScript
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."
目前遇到的问题/使用障碍