Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: SQL::Abstract - where clause values that are functions

by mreece (Friar)
on Sep 12, 2006 at 21:32 UTC ( [id://572630]=note: print w/replies, xml ) Need Help??


in reply to SQL::Abstract - where clause values that are functions

i don't think it can be done with a placeholder without munging @bind on your own. the alternative is to do the quoting and interpolation yourself, and skip placeholders here.

Replies are listed 'Best First'.
Re^2: SQL::Abstract - where clause values that are functions
by Mutant (Priest) on Sep 13, 2006 at 10:03 UTC
    Adding stuff to @bind is not really an option, I don't think. The problem is the where clause could be built in any order, so you don't know where to put the value in @bind.

    I guess I'll use your second suggestion. Thanks.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://572630]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 20:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found