Skip to content

Commit

Permalink
Add Oracle info to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
werrolf committed Oct 17, 2019
1 parent d337e45 commit 2adeb87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ See [(rejected) DBAL PR#3587](https://github.com/doctrine/dbal/pull/3587) for fu
and in a much more complete and robust fashion. For this reason, if this shim is installed alongside DBAL >= 2.7, it
auto-disables its replacement logic and lets upstream DBAL take over completely.

## Oracle session variable preinitialization
Included is an event subscriber that automatically sets Oracle session variables required by DBAL and Doctrine ORM to
work properly (date formats etc).

Unlike the DBAL default implementation, this event subscriber does not need additional configuration to limit itself to
certain named connections, in the presence of non-Oracle DBAL connections. This makes it easier to use in mixed
multi-connection setups.

## Dependencies
We only require `doctrine/dbal:^2` and PHP >= 5.3.

Expand Down

0 comments on commit 2adeb87

Please sign in to comment.