Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add oci8 persistent connection support to the configuration documentation #2664

Merged
merged 1 commit into from
Feb 25, 2017

Conversation

mathieubouchard
Copy link
Contributor

@mathieubouchard mathieubouchard commented Feb 25, 2017

The oci8 driver can connect using oci_pconnect to make persistent connections. Doctrine has support for this if the persistent boolean value is set to true in the configuration. However, this information was not documented.

The oci8 driver can connect using oci_pconnect to make persistent connections. Doctrine has support for this if the persistent boolean value is set to true in the documentation. However, this information was not documented.
@@ -305,6 +305,7 @@ pdo\_oci / oci8
you will still need to provide the ``user`` and ``password`` parameters, but the other
parameters will no longer be used. Note that when using this parameter, the ``getHost``
and ``getPort`` methods from ``Doctrine\DBAL\Connection`` will no longer function as expected.
- ``persistent`` (boolean): Whether to establish a persistent connection.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please indent as in previous bullet points

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand, it has the same indentation here. And the generated HTML has exactly the same structure: https://github.com/mathieubouchard/dbal/blob/master/docs/en/reference/configuration.rst

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Urgh, sorry for that, the spacing is shown differently on github for mobile devices - my bad :-(

@Ocramius Ocramius self-assigned this Feb 25, 2017
@Ocramius Ocramius added this to the 2.6 milestone Feb 25, 2017
@Ocramius
Copy link
Member

@mathieubouchard merging, thanks! 👍

@Ocramius Ocramius merged commit 50bf623 into doctrine:master Feb 25, 2017
@Ocramius Ocramius changed the title Add undocumented oci8 persistent connections Add oci8 persistent connection support to the configuration documentation Jul 22, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants