Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonShin committed Jul 13, 2024
1 parent 53b2e7f commit bab2bc6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use crate::common::table_name::TrimQuotes;
use crate::common::table_name::TrimQuotes;
use openssl::x509;
use sqlparser::ast::{Assignment, Expr, Join, SelectItem, TableFactor, TableWithJoins};

Expand Down Expand Up @@ -30,7 +29,6 @@ pub fn find_table_name_from_identifier(
) -> Option<String> {
let left = identifiers
.first()
.map(|x| x.trim_table_name(quote_style))
.expect("The first identifier must exist in order to find the table name")
.to_owned();
let right = identifiers.get(1);
Expand Down

0 comments on commit bab2bc6

Please sign in to comment.