Well, I did it. I peered under the hood, because I needed this:
...
AND
(f_name || ' ' || l_name) LIKE ?
AND
...
And I didn't see any way to do that in RDBO::QueryBuilder. Except in
the source code, where I figured out I could use:
some_valid_column => {
is there any way i can coerce this into rose queries?
if not, any chance of including these as flags in the future? i'm
having a db locking / blocking issue on a certain feature right now ,
and that would likely solve it.
// Jonathan Vanasco
| - - - - - - - - - - - - - - - - - - - - - -