We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fc3e5 commit 98c5e0dCopy full SHA for 98c5e0d
1 file changed
tests/sqlparser_sqlite.rs
@@ -574,6 +574,7 @@ fn test_match_operator() {
574
))
575
}
576
);
577
+ sqlite().verified_only_select("SELECT * FROM email WHERE email MATCH 'fts5'");
578
579
580
#[test]
@@ -588,6 +589,7 @@ fn test_regexp_operator() {
588
589
590
591
592
+ sqlite().verified_only_select(r#"SELECT count(*) FROM messages WHERE msg_text REGEXP '\d+'"#);
593
594
595
fn sqlite() -> TestedDialects {
0 commit comments