Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria de sainte agathe committed Nov 28, 2023
1 parent c56ed69 commit 4a13dba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/data_type/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use std::{
result,
sync::{Arc, Mutex},
};
use regex::bytes::Regex;
use itertools::Itertools;

use super::{
Expand Down
1 change: 1 addition & 0 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const QUERIES: &[&str] = &[
SELECT * FROM t1 UNION SELECT * FROM t2",
// Some joins
"SELECT * FROM order_table LEFT JOIN item_table on id=order_id WHERE price>10",
// Some string functions
"SELECT UPPER(z) FROM table_2 LIMIT 5",
"SELECT LOWER(z) FROM table_2 LIMIT 5",
];
Expand Down

0 comments on commit 4a13dba

Please sign in to comment.