Added support PostgreSQL schema setting, if schema has been specified.

Signed-off-by: Rack Lin <racklin@gmail.com>
This commit is contained in:
Rack Lin
2012-07-19 12:55:23 +08:00
parent ec41836241
commit 54f4cb2644
2 changed files with 8 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ return array(
'password' => '',
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
),
'sqlsrv' => array(