We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1bc46 commit f8e197aCopy full SHA for f8e197a
tests/sqlparser_redshift.rs
@@ -395,5 +395,5 @@ fn test_parse_nested_quoted_identifier() {
395
#[test]
396
fn parse_extract_single_quotes() {
397
let sql = "SELECT EXTRACT('month' FROM my_timestamp) FROM my_table";
398
- redshift().verified_stmt(&sql);
+ redshift().verified_stmt(sql);
399
}
0 commit comments