pub fn try_compile<D: Dialect>(
qb: &QueryBuilder<D>,
) -> Result<(String, Vec<Value>), BuildError>Expand description
Compile a QueryBuilder into (sql, binds), or return the
BuildError describing why the query cannot be rendered.
pub fn try_compile<D: Dialect>(
qb: &QueryBuilder<D>,
) -> Result<(String, Vec<Value>), BuildError>Compile a QueryBuilder into (sql, binds), or return the
BuildError describing why the query cannot be rendered.