Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-14 | Add support for sqlfluff 3.0.0 (#4743) | Shad | |
As stated in the changelog: "the original fields of line_pos and line_no have been renamed to start_line_pos and start_line_no, to distinguish them from the new fields starting end_*" | |||
2022-11-23 | Fix bug in sqlfluff implementation & implement fixer support (#4365) | Carl Smedstad | |
* Account for no sqlfluff output Avoid crashes when there isn't any output from sqlfluff. * Add supplort for sqlfluff as a fixer | |||
2022-11-21 | Implement support for SQL linter sqlfluff (#4361) | Carl Smedstad | |
2020-08-28 | Add sql-lint to supported tools | w0rp | |
2020-01-31 | Add sql-lint as linter | Joe Reynolds | |
2017-04-18 | Add a function for getting matches, and use it to simplify a lot of code | w0rp | |
2017-04-15 | Add SQL linter sqlint, closes #395 (#472) | Adriaan Zonnenberg | |