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`"
|
/// "SELECT `cake`.`id`, `cake`.`name`, UPPER(`cake`.`name`) AS `name_upper` FROM `cake`"
|
||||||
/// );
|
/// );
|
||||||
/// ```
|
/// ```
|
||||||
///
|
fn expr_as<T, A>(mut self, expr: T, alias: A) -> Self
|
||||||
/// FIXME: change signature to `mut self`
|
|
||||||
fn expr_as<T, A>(&mut self, expr: T, alias: A) -> &mut Self
|
|
||||||
where
|
where
|
||||||
T: Into<SimpleExpr>,
|
T: Into<SimpleExpr>,
|
||||||
A: IntoIdentity,
|
A: IntoIdentity,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user