-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
PostgreSQL, MySQL, and SQLite all support the JSO…
-
## What is the smallest, simplest way to reproduce the problem?
```
@Test
void parensAroundAnExpression() {
rewriteRun(
buildGradle(
"""
plug…
-
#### Expected Behavior
```sql
CREATE TABLE accounts (
user_id SERIAL PRIMARY KEY,
username VARCHAR (50) UNIQUE NOT NULL,
password VARCHAR (50) NOT NULL,
email VARCHAR (255) UNIQUE NOT…
-
Say for example you have pagination such as `[1] 2 3 4 5 >`. With HTML minification turned on this becomes `[1]2345>`.
![screen shot 2018-04-27 at 11 02 20](https://user-images.githubusercontent.co…
-
CPython enabled `literal-block` in [gettext_additional_targets](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-gettext_additional_targets), so literal blocks are being extracted…
-
`gauche-config -I` and `gauche-config -L` returns compiler options for include paths and library paths. The document says they don't work if Gauche installation path contains whitespaces, since if th…
-
### Description
The current implementation of the JSON parser fails when parsing valid JSON that contains trailing whitespace after the closing bracket or brace. This behavior is inconsistent with …
-
Both sections: **Editing Assignments** and **Adding Assignments by Tutorial Group** are still under Assignment Commands, and there shouldn't be that big of a gap separating those.
Screenshot:
![imag…
-
### Summary
```diff
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7c6ef1ace..983878b59 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,6 +4,8 @@ r…
-
Just downloaded the extension last night and I love it.
There is a use case it doesn't work for me in, where one word is a part of another. Here is an example:
Say I want to ban the word "hell"
T…