Zend_Db_Adapter_Pdo_Mssql::_connect PHP Method

_connect() protected method

protected _connect ( ) : void
return void
    protected function _connect()
    {
        if ($this->_connection) {
            return;
        }
        parent::_connect();
        $this->_connection->exec('SET QUOTED_IDENTIFIER ON');
    }