[RDBO] using 'dummy' => { field => 'real expression', ... }

2007-03-03 Thread Randal L. Schwartz
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 => {

[RDBO] postgres - select for update / select for share ?

2007-03-03 Thread Jonathan Vanasco
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 | - - - - - - - - - - - - - - - - - - - - - -