Hi A.J.

I escape the whitespace with a backslash
$aParams = array(     'host'    =>     'localhost',
                   'username'    =>    'jan\ willem',
'password' => 'bsouser', 'dbname' => 'bso' );
$oDb = Zend_Db::factory( 'pdo_pgsql', $aParams );

$oDb->prepare( 'SELECT 1' )->execute();

Thanks for the zf-issue. I must have missed it, when I searched the issue list today.

Justin


a...@ajbrown.org wrote:
Hi Justin,

How did you escape the whitespace?  did you use square brackets?

- A.J. Brown


Reply via email to