mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 02:04:21 +01:00
fix the merge conflicts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user