-
I'm trying to use the SQL Beautifier with a query, but it throws an error if there's a tilde in the query. I'm using version 1.20.3.
Example:
`SELECT bar, foo FROM foo_bar WHERE customer_prefix_na…
-
This feature isn't yet complete. See https://github.com/influxdata/influxdb_iox/pull/10251/files#diff-e0cdaab404f239ec66e06ce90f980a67634c20de0aa6d30167657f5270ecffc0R480 for status and code comments …
-
The manuals have a `` section where we can write e.g. `floor(1.7)` and that would produce a nice translation section like this:
![image](https://user-images.githubusercontent.com/734593/130069518-9…
-
**Is your feature request related to a problem? Please describe.**
In current date and age, most DB engines do not care if any of the tokens are upper or lower case. One could argue that it is a good…
-
I did not find anything what clean ABAP recommends regarding using `FIELDS` in SQL-Statements.
```abap
SELECT FROM scarr
FIELDS carrid, carrname
ORDER BY carrid
INTO TABLE …
-
## Error when executing ALTER TABLE the SET option
I tried using the example SET statements in ALTER TABLE options in the document: `ALTER TABLE monitor SET 'ttl'='1d';`
However the standalone mod…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/DataLinkDC/dinky/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
### **A shor…
-
The lib/pq test suite is failing with the following:
Postgres:
```
asubiotto=# prepare q as values ($1,$2,$3);
PREPARE
```
Cockroach:
```
root@:26257/defaultdb> prepare q as values($1,$2,$3);
…
-
For now, SQL scripts are executed line by line using `execute()`. It would be better to use Doctrine transactions in order to manage rollback and stuff and enhance speed.
-
The parser is used for autocomplete functionality, query identification for enabling results refresh/edit functionality.
At present it's very basic, with support for simple single table select statem…