Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevenannn committed Dec 26, 2024
1 parent 04487ba commit 70683f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/sql/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ fn rewrite_column_name_in_expr(

// Check if the rewritten name contains more occurrence of table_ref_str, and rewrite them as well
// This is done by providing the updated start_pos for search
// test
match rewrite_column_name_in_expr(&rewritten_name, table_ref_str, rewrite, idx + rewrite.len())
{
Some(new_name) => Some(new_name), // more occurrences found
Expand Down

0 comments on commit 70683f7

Please sign in to comment.