Std.Db.Query.Shape.is
1 declaration
fn
is: Str -> Str -> Str -> Std.Db.Query.Shape.ConditionThis is a callable function.
What it does
A column compared against text, which travels as a parameter.
Text, and only text. A number written here is compared as text, and SQLite
orders every number before every text — so a bar written `is("total", ">",
"6")` is one no total clears, and the answer is an empty result rather than
an error. isNumber is what a numeric comparison is written with.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
