This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select !( --); /* | |
0); | |
-- */ pub const QUERY_1: &str = r##" | |
SELECT foo, bar FROM baz WHERE foo > 10; | |
-- "##; pub const QUERY_2: &str = r##" | |
DELETE FROM baz where foo > 9001; |