Skip to content

Commit 13bd374

Browse files
tomershaniiiiffyio
andauthored
Update src/dialect/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 889146e commit 13bd374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialect/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ pub trait Dialect: Debug + Any {
890890

891891
/// Returns reserved keywords for projection item prefix operator
892892
/// e.g. `SELECT CONNECT_BY_ROOT name FROM Tbl2` (Snowflake)
893-
fn get_reserved_keywords_for_select_item_operator(&self) -> &[Keyword] {
893+
fn get_reserved_keywords_for_select_item(&self) -> &[Keyword] {
894894
&[]
895895
}
896896

0 commit comments

Comments
 (0)