Skip to content

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 18, 2025

Note this PR targets branch-0.56, not main

@alamb alamb changed the base branch from main to branch-0.56 July 18, 2025 12:17
@@ -729,7 +729,7 @@ pub enum Expr {
/// `[ NOT ] IN (SELECT ...)`
InSubquery {
expr: Box<Expr>,
subquery: Box<SetExpr>,
subquery: Box<Query>,
Copy link
Contributor Author

@alamb alamb Jul 18, 2025

Choose a reason for hiding this comment

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

🤔 double checking, this change it is not semver-compatible as this AST structure is part of the public API

I don't think we can release this as 0.56.1, we will have to release it in a normal release instead

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