sql_lexer icon indicating copy to clipboard operation
sql_lexer copied to clipboard

Rust library to lex and sanitize SQL

Results 2 sql_lexer issues
Sort by recently updated
recently updated
newest added

As reported via [support](https://app.intercom.io/a/apps/yzor8gyw/inbox/inbox/540654/conversations/14762993501) (private Intercom link): > As you can see the SQL reported by MSSQL is performed using prepared statements, with the sanitisation applied the actual query being...

bug
support

This does not seem correct to me. Neither `50` or `NULL` are placeholder values. ``` sql CREATE TABLE puf2017 ( Id int IDENTITY, DrugTier nvarchar(max) NOT NULL, PriorAuthorization bit NOT...

bug