Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Upgraded SQLite: "database changed" error

by bsb (Priest)
on Jun 06, 2007 at 01:41 UTC ( [id://619516]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $dbh->{CachedKids} = {}; # after ANALYZE or similar
    
    ...
    $dbh->do("analyze");
    my $sth = $dbh->prepare_cached('select "hello" from a');
    print "got ", $dbh->selectrow_array($sth), "\n";
    
  2. or download this
     T  <- prepare_cached('SELECT me.id
    FROM   step me
    ...
    WHERE  ( me.message = ? )  
    "] at /usr/share/perl5/DBIx/ContextualFetch.pm line 52.
     at bin/validate.pl line 196
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-18 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found