mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-28 20:34:24 +01:00
wip: add joins to the select
This commit is contained in:
@@ -896,7 +896,7 @@ pub struct FromClause {
|
||||
pub select: Option<Box<SelectTable>>, // FIXME mandatory
|
||||
/// `JOIN`ed tabled
|
||||
pub joins: Option<Vec<JoinedSelectTable>>,
|
||||
op: Option<JoinOperator>, // FIXME transient
|
||||
pub op: Option<JoinOperator>, // FIXME transient
|
||||
}
|
||||
impl FromClause {
|
||||
pub(crate) fn empty() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user