-
It would be really nice if `sqlfmt` would support formatting SQL code blocks in Markdown files. In the context of dbt, this would also be very beneficial. We put a lot of example queries in our docume…
-
Currently, the `lino pull` command supports exporting data in JSONL format. While JSONL is a flexible and widely-used format, it may not always be suitable for all use cases. To address the needs of a…
youen updated
2 months ago
-
I really like the V1.2 new SQL formatting option for my ugly SQL.
But, it has no controls or options.
And as we all know... SQL formatting can be very subjective. What I think is good looking SQL…
-
* [x ] I checked the integrations page and my source/destination is not listed there.
# What is the data source/destination?
CosmosDB to Delta Lake format using Synapse integrated linked services.…
-
In this function: inherit_template_properties
If there is a partial index and also tablespace then the query formed adds TABLESPACE clause to the end like below:
e.g.
CREATE INDEX ON table1…
-
## Description
During development, it would be nice to have a command to automatically format the SQL to a specified standard.
## Usage
```
dbdeploy format --path examples/examples01
```
The f…
-
**Input data**
Which SQL and options did you provide as input?
```sql
grant select on t to r;
grant select, insert, update, delete on t to r;
```
**Expected Output**
```sql
grant sel…
-
**Describe the bug**
Try to format a query that uses ODBC date and time literal syntax.
[Microsoft - Date, Time, and Timestamp Escape Sequences](https://learn.microsoft.com/en-us/sql/odbc/referen…
-
I'd love to be able to have an SQL query formatted/prettified by clicking a button in the Execute SQL tab. Now, when a query becomes so complex that I want it formatted, I have to cope/paste from an e…
-
right now we only can format sql with one rule.
is there any way to formart with more rule
think about:
1. we want a format to read
2. we want a compressed format to deploy