pub fn build_sql_binary<T, AnyType, Cond>(
lhs: &(impl Expressive<T> + ?Sized),
rhs: impl Expressive<T>,
template: &str,
) -> CondExpand description
Helper for define_sql_operation!: build a binary expression, map to
the backend’s condition type. Public so the macro can call it from
any module.