Feature Requests: Browse | Submit New | Admin
From DatabaseHandle instances, provide access to the name of the database that was connected to.
Add A Comment:
Date: 2009-10-26 03:30 Sender: Mike Pomraning Attaching patch with stub NotImplementedError (DBD Required) behavior -- each of the "big 5" dbds implements this method.
Date: 2009-10-25 03:22 Sender: Mike Pomraning dbi-0.4.2 (2009-07-11) introduced DBI::DatabaseHandle#database_name to address this. However, a "NotImplementedError/NotSupportedError/nil" stub in DBI::BaseDatabase is yet needed, as is a corresponding test in general/test_database.rb.