Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: DBD::Mock and DBD-specific attributes

by lachoy (Parson)
on Aug 17, 2004 at 02:12 UTC ( [id://383536]=note: print w/replies, xml ) Need Help??


in reply to Re^4: DBD::Mock and DBD-specific attributes
in thread DBD::Mock and DBD-specific attributes

What might be useful is if you passed information via connect() to tell DBD::Mock what type of database handle it should emulate, like:

my $dbh = DBI->connect( 'DBI:Mock:mysql', ... ); my $dbh = DBI->connect( 'DBI:Mock:Pg', ... );

It probably wouldn't be hard to collect a list of valid attributes for each driver and store/return only these, throwing an exception on all others. That's something anyone can do, not just the driver author...

But it's all in stvn's hands now :-)

Chris
M-x auto-bs-mode

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-16 06:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found