Skip to content

Conversation

@xitep
Copy link
Contributor

@xitep xitep commented Jan 30, 2026

  • this is merely building on top of already existing "connect by" functionality for snowflake :)
  • and making the start with clause optional as per docs and encountered in the wild
  • the AST doesn't expose, however, the information which form was parse, i.e. either START WITH .. CONNECT BY .. or the other way around

if let Some(ref connect_by) = self.connect_by {
SpaceOrNewline.fmt(f)?;
connect_by.fmt(f)?;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i can't verify this change for snowflake, but this doc indicates to me that it's ok

@xitep xitep requested a review from iffyio January 30, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants