cakephp2-php8/lib/Cake/Model/Datasource/Database
Stephen Cuppett ffb7e86641 Enable sslmode for PostgreSQL connections
By default, PHP 5.5 and PostgreSQL PDO will not allow SSL connections. This adds the default of "allow", but also the user may override the setting to "require" or any of the other potential values. 

See: http://php.net/manual/en/function.pg-connect.php
2014-11-20 22:37:39 -05:00
..
Mysql.php Merge branch 'master' into 2.6 2014-10-30 21:20:53 -04:00
Postgres.php Enable sslmode for PostgreSQL connections 2014-11-20 22:37:39 -05:00
Sqlite.php Fix CS, remove extra space 2014-11-13 16:47:10 -05:00
Sqlserver.php Take care of more int casts. 2014-09-10 16:29:23 +02:00