realestateconz / MssqlBundle

Symfony 2 Microsoft SQL Server Bundle
37 stars 63 forks source link

There is no $options property in Connection #28

Open garak opened 7 years ago

garak commented 7 years ago

DblibSchemaManager is using $this->_conn->options, where $this->_conn is an istance of Doctrine\DBAL\Connection. Unfortunately, Doctrine\DBAL\Connection doesn't have any property named $options, not even in older versions of Doctrine. So, I'm getting a notice "Notice: Undefined property: Doctrine\DBAL\Connection::$options"