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  


 [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');