-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Are you using the latest MineColonies Version?
- [X] I am running the latest **beta/release** version of Mine…
-
When querying an unquoted table reference, BigQuery automatically provided alias for the table name in case insensitive manner.
Example:
```sql
SELECT
BLOCKS,
blocks
FROM
bigquery-public-…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
I think it would be beneficial to add a rule…
-
In the official spec, it says:
> Inline tables are intended to appear on a single line. No newlines are allowed between the curly braces _unless they are valid within a value_. Even so, it is stron…
-
```
It would be good for pandoc to allow parsing of rST tables. Example (an
extract from one of my reference pages):
+----------+------+---------------------+
| argument | type | description …
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
I am not sure if this is really an issue with the parser but perhaps an improvement request unless a solution is available when using this parser.
Consider a complex table such as the one for whic…
dr333 updated
7 years ago
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
### Description
We need a service/daemon that runs every 5 minutes to query the CPanel API for `error_log` files. When these files are found, the service should rename, process, and delete them. The …