Skip to content

Commit 24b1596

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

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
@@ -888,7 +888,7 @@ pub trait Dialect: Debug + Any {
888888
keywords::RESERVED_FOR_TABLE_FACTOR
889889
}
890890

891-
/// Returns reserved keywords for projection item prefix operator
891+
/// Returns reserved keywords that may prefix a select item expression
892892
/// e.g. `SELECT CONNECT_BY_ROOT name FROM Tbl2` (Snowflake)
893893
fn get_reserved_keywords_for_select_item(&self) -> &[Keyword] {
894894
&[]

0 commit comments

Comments
 (0)