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

Re: DBD::SQLite dilemma

by runrig (Abbot)
on Aug 11, 2003 at 16:52 UTC ( [id://282937]=note: print w/replies, xml ) Need Help??


in reply to DBD::SQLite dilemma

From the DBI docs:
"do" Prepare and execute a single statement. Returns the number of rows affected or "undef" on error.
I don't think of SELECT'ed rows as being affected (isolation mode of repeatable read aside), so I wouldn't worry about the new behavior. Updates and deletes affect rows, so as long as the number of rows affected are returned there, it'd be ok by me.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-23 10:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found