pub fn left_outer_join<'a, Table>(
table: Table,
condition: impl ToSQL<'a, SQLiteValue<'a>>,
) -> SQLiteSQL<'a>where
Table: SQLiteTable<'a>,Expand description
Helper function to create a LEFT OUTER JOIN clause
pub fn left_outer_join<'a, Table>(
table: Table,
condition: impl ToSQL<'a, SQLiteValue<'a>>,
) -> SQLiteSQL<'a>where
Table: SQLiteTable<'a>,Helper function to create a LEFT OUTER JOIN clause