Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.5.0b5

Request #11922 driver should report if it supports multiple databases
Submitted: 2007-08-28 12:53 UTC
From: cweiske Assigned: quipo
Status: Closed Package: MDB2 (version 2.4.1)
PHP Version: 5.2.3 OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 19 + 21 = ?

 
 [2007-08-28 12:53 UTC] cweiske (Christian Weiske)
Description: ------------ The MDB2 drivers should report ($supported array) if they support multiple databases. SQLite for example does not support it, which results in closed connections after setDatabase(). Currently there is no generic way to check if I can use setDatabase(), which prevents bug #11920 to be fixed properly.

Comments

 [2008-02-02 13:58 UTC] quipo (Lorenzo Alberton)
echo $mdb2->supports('new_link');