Skip to content

Conversation

@Standing-Man
Copy link
Contributor

@Standing-Man Standing-Man commented Nov 27, 2025

  • Expr::Value(Value) -> Expr::Value(ValueWithSpan)
  • add new Join Types syntax: Join, Left and Right.
  • Combine LIMIT and OFFSET into a single LimitClause.
  • Support Order by all syntax.
  • Combine the syntax for SingleAssignment, ParenthesizedAssignments, SetTimeZone, and SetNames and related constructs into StatementSet.
  • pub struct ObjectName(pub Vec<Ident>) -> pub struct ObjectName(pub Vec<ObjectNamePart>)
    ....

Signed-off-by: StandingMan <jmtangcs@gmail.com>
Signed-off-by: StandingMan <jmtangcs@gmail.com>
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