cakephp2-php8/lib/Cake/Model/Datasource/Database
Phally 1fe424a62b Moves code out of the try/catch blocks in the connect() methods.
That code wouldn't throw a PDOException, so having it in the
try/catch block is pointless. Moving it out makes it easier to
read.
2013-07-15 12:59:46 +02:00
..
Mysql.php Moves code out of the try/catch blocks in the connect() methods. 2013-07-15 12:59:46 +02:00
Postgres.php Moves code out of the try/catch blocks in the connect() methods. 2013-07-15 12:59:46 +02:00
Sqlite.php whitespace coding standards 2013-07-05 14:15:18 +02:00
Sqlserver.php Moves code out of the try/catch blocks in the connect() methods. 2013-07-15 12:59:46 +02:00