ale/ale_linters/sql
Coacher 0ef2c455ee
Properly handle optional end_line_no/end_line_pos in sqlfluff (#4867)
end_line_no/end_line_pos are optional. Example SQL:
`SELECT NULL FROM {{ a_jinja_templated_table }};`

`sqlfluff lint --dialect ansi --format json` gives the following error
among others:
```
{"start_line_no": 1, "start_line_pos": 21, "code": "TMP", "description":
"Undefined jinja template variable: 'a_jinja_templated_table'", "name":
"", "warning": false}
```

As one can see there is no end_line_no/end_line_pos.
2024-11-27 22:17:02 +09:00
..
sqlfluff.vim Properly handle optional end_line_no/end_line_pos in sqlfluff (#4867) 2024-11-27 22:17:02 +09:00
sqlint.vim Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
sqllint.vim Add sql-lint to supported tools 2020-08-28 09:25:40 +01:00