Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Use mysql NOW() fuction from DBIx::Class

by haoess (Curate)
on Jul 16, 2007 at 07:03 UTC ( [id://626789]=note: print w/replies, xml ) Need Help??


in reply to Use mysql NOW() fuction from DBIx::Class

You can use NOW() in your UPDATE-clause:

my $item = ...; $item->update({ time_column => \'NOW()', # more columns here });

-- Frank

Replies are listed 'Best First'.
Re^2: Use mysql NOW() fuction from DBIx::Class
by Mutant (Priest) on Jul 16, 2007 at 11:29 UTC
    Yep, a scalar reference passes a literal string to the SQL, rather than a bind variable.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 15:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found