Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Concrete SQL from SQL::Abstract?

by benizi (Hermit)
on May 13, 2010 at 21:44 UTC ( [id://839909]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %data = ( url => "http://foo/bar?baz", asdf => 1, thing => \'now()'
    + );
    $_ = (ref) ? $_ : $dbh->quote($_) for values %data;
    print scalar $sqlgen->generate('insert into',\'atable',\%data);
    __END__
    Use of uninitialized value in substitution iterator at /usr/lib/perl5/
    +vendor_perl/5.10.0/SQL/Abstract.pm line 1290.
    INSERT INTO atable SET asdf = '1', thing = now(), url = 'http://foo/ba
    +rbaz'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 05:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found