FIX YOU
This commit is contained in:
parent
9e93107bb8
commit
a9c2e1bd0b
@ -519,9 +519,7 @@ pub trait QuerySelect: Sized {
|
||||
/// "SELECT `cake`.`id`, `cake`.`name`, UPPER(`cake`.`name`) AS `name_upper` FROM `cake`"
|
||||
/// );
|
||||
/// ```
|
||||
///
|
||||
/// FIXME: change signature to `mut self`
|
||||
fn expr_as<T, A>(&mut self, expr: T, alias: A) -> &mut Self
|
||||
fn expr_as<T, A>(mut self, expr: T, alias: A) -> Self
|
||||
where
|
||||
T: Into<SimpleExpr>,
|
||||
A: IntoIdentity,
|
||||
|
Loading…
x
Reference in New Issue
Block a user