Skip to content

oracle driver ignores driver options #2356

Open
@butonic

Description

The driver options array passed in in https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Driver/OCI8/Driver.php#L36 is ignored and options like sessionMode, persistent and pooled are taken from $params.

The adapters in doctrine currently treat $driverOptions differently:

So I think merging the db options with the params array is a good enough solution. It is what we are planning to do as a workaround until we update to latest doctrine: owncloud/core#23938

Opinions?

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions