inline_sql_syntax icon indicating copy to clipboard operation
inline_sql_syntax copied to clipboard

Highlight and lint inline SQL strings.

Results 49 inline_sql_syntax issues
Sort by recently updated
recently updated
newest added

Great extension, but I'm pestered with fake errors -- I simply cannot find where to set "hungarian-notation", and "trailing-whitespace" ignore errors settings for sql-lint. I tried with .sql-lint.json and ~/.config/sql-lint/config.json...

Add support for raw strings in Rust `let sql = r#"--sql ..."#;` Also added support to get the end index when the sql ends on the same line

If you are using golang with mysql you will get an error if you have the --sql comment in the query. Once the --sql comment is removed, the syntax highlighting...

Bump sql-lint version and add support for passing the database to sql-lint via vscode settings.

It would be nice if this worked ```rust // --sql r#" SELECT EXISTS ( SELECT (1, 1) FROM bins AS b JOIN group_bins AS gb ON gb.bin_id = b.id JOIN...

It would be great if had the ability to specify a particular database or databases in a PostgreSQL database cluster. The upstream library [`joereynolds/sql-lint`](https://github.com/joereynolds/sql-lint) has recently rolled out a release...

First of all: amazing work, this plugin works like a charm (I use it with Rust)! Currently this plugin can work on `.sql` files, but it will only work on...