-
Shows just empty window
-
![スクリーンショット 2022-04-07 10 04 42](https://user-images.githubusercontent.com/8407272/162099822-637d0cc1-e1d7-495f-a44f-2fc0ab9f5a4f.png)
-
Similar to https://www.dpriver.com/pp/sqlformat.htm
A SQL formatter which can:
- Minify the SQL provided
- Beautify the SQL provided
-
Hi there, thanks for this lib!
I have added support for formatting, lmk if you'd like a PR
it's pretty simple, something like this:
```typescript
import { languages } from 'monaco-editor/esm…
-
```
It would be nice to have the SQL Output formatted for better readability.
In Hibernate is e.g. a special parameter : formatted_sql
The output in Logger:
Hibernate:
select
emailsv0_.b…
-
```
It would be nice to have the SQL Output formatted for better readability.
In Hibernate is e.g. a special parameter : formatted_sql
The output in Logger:
Hibernate:
select
emailsv0_.b…
-
```
It would be nice to have the SQL Output formatted for better readability.
In Hibernate is e.g. a special parameter : formatted_sql
The output in Logger:
Hibernate:
select
emailsv0_.b…
-
SQL:
```sql
CREATE TABLE x(C DECIMAL(20, 2));
CREATE MATERIALIZED VIEW v AS SELECT * FROM x;
```
Insert data with fda:
```sh
fda query decimal 'insert into x values(11.11);'
```
Here…
-
```
SELECT \"kingdom\", \"kingdomkey\", COUNT(*) AS occurrences FROM occurrence WHERE countryCode = 'PL' GROUP BY \"kingdom\", \"kingdomkey\"
````
works fine, but below fails with the error `From line…
-
```
It would be nice to have the SQL Output formatted for better readability.
In Hibernate is e.g. a special parameter : formatted_sql
The output in Logger:
Hibernate:
select
emailsv0_.b…