Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

There is no $options property in Connection #28

Open
garak opened this issue May 31, 2017 · 0 comments
Open

There is no $options property in Connection #28

garak opened this issue May 31, 2017 · 0 comments

Comments

@garak
Copy link

garak commented May 31, 2017

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant