-
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
-
Ein Ausnahmefehler des Typs "System.BadImageFormatException" ist in System.Data.SQLite.dll aufgetreten.
Zusätzliche Informationen: Es wurde versucht, eine Datei mit einem falschen Format zu laden. (A…
-
1. Which app are you using (JSON, XML, SQL):
SQL
2. The steps to reproduce this issue:
Format the default SQL (maybe with more columns):
```sql
SELECT
COUNT(price),
price,
something…
-
When you use the `JSON_OBJECT()` function from the SQL standard (implemented in PostgreSQL 16), the formatter removes/does not insert a space between the `:` delimiting the key and value, which makes …
-
Make node explorer data available in sql-explorer so that for example, you can join dependent nodes in with queries of meshdb metadata.
I think we can use [psql-http](https://github.com/pramsey/pgs…
-
**Project description**
I would like to automatically format SQL code when it is pushed through Github like is commonly done with `black` for Python. An auto-formatter was found at the Snowflake Labs…
-
The formatter should indent 'inner SELECTs' like it does with subqueries. Se below:
-- using Window Functions. This is after formatting
WITH recentorders AS
(SELECT …
-
The auto formatter does some funky things when formatting IN statements and CASE statements, weird alignment of keywords, illogical breaking up of lists, and alignment of brackets. Sometimes when usin…
-
Greetings!
Thank you for providing DBeaver, I like it a lot. Although it seems to struggle with formatting of SQL expressions, e.g.:
```sql
-- BOTH CLAUSES PRESENT 'with a string' AND "a field"
…
-
```
I would like to be able to import an SQL dump from SQLite (or MySQL) to VIDaaS.
There seem to be standard procedures for creating a PostgreSQL database from
either SQLite or MySQL dumps.
```
Or…