Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Mocking time with SQLite

by jaldhar (Vicar)
on Dec 26, 2010 at 12:10 UTC ( [id://879208]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    created   TIMESTAMP     DEFAULT CURRENT_TIMESTAMP,
    
  2. or download this
    CREATE TRIGGER IF NOT EXISTS update_modification_time 
            AFTER UPDATE OF title, body ON items
            FOR EACH ROW BEGIN
                UPDATE items SET modified = DATETIME('NOW') WHERE id = new
    +.id;
            END;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://879208]
Approved by planetscape
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-23 13:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found