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 => { field => "(f_name || ' ' || l_name)", like => $val },

So, I presume it's in the source code because you also needed to do it, but it
scares me that it's not documented.  Will it stay?  Will something better
replace it?  Should I have done this another way?  And what about Naomi?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[email protected]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to