Skip to content

Commit 20f02c1

Browse files
committed
Small comment
1 parent 43bf54e commit 20f02c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dialect/snowflake.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,8 @@ fn parse_column_tags(parser: &mut Parser, with: bool) -> Result<TagsColumnOption
11271127
/// Parse snowflake show objects.
11281128
/// <https://docs.snowflake.com/en/sql-reference/sql/show-objects>
11291129
fn parse_show_objects(terse: bool, parser: &mut Parser) -> Result<Statement, ParserError> {
1130+
//TODO: Copy some functionality of parse_show_stmt_options() into another function,
1131+
// since it has more statemtns that we sholdun'ts support
11301132
let options = parser.parse_show_stmt_options()?;
11311133
Ok(
11321134
Statement::ShowObjects {

0 commit comments

Comments
 (0)