fix the merge conflicts

This commit is contained in:
alpaylan
2025-07-11 02:04:14 -04:00
parent 8f46bbc77e
commit 65fe60ba57
15 changed files with 137 additions and 98 deletions

View File

@@ -896,6 +896,7 @@ pub struct FromClause {
pub select: Option<Box<SelectTable>>, // FIXME mandatory
/// `JOIN`ed tabled
pub joins: Option<Vec<JoinedSelectTable>>,
/// A default join operator
pub op: Option<JoinOperator>, // FIXME transient
}
impl FromClause {