Issue #1291458 by arithmetric: Fixed Database::getConnection mentions short-lived fixed bug and shouldn't.

8.0.x
catch 2011-09-29 00:29:17 +09:00
parent d9b179047b
commit e217c4ef1b
1 changed files with 0 additions and 3 deletions

View File

@ -1426,9 +1426,6 @@ abstract class Database {
/**
* Gets the connection object for the specified database key and target.
*
* Note: do not use the setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE) on the
* returned object because of http://bugs.php.net/bug.php?id=43139.
*
* @param $target
* The database target name.
* @param $key