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

Postgre driver - add connect_type config parameter #370

Merged
merged 3 commits into from
Oct 8, 2020

Conversation

groupnet
Copy link
Contributor

 - adds the option to pass the connect_type as config parameter
 - PHP default is 0, but to make this change non-breaking defauls to PGSQL_CONNECT_FORCE_NEW
 - see PHP docs: https://www.php.net/manual/en/function.pg-connect.php
Juergen Kurzmann added 2 commits July 17, 2020 18:11
- originally, pg_pconnect (persistent connection) was called without connect_type parameter
@dg dg force-pushed the master branch 3 times, most recently from 33a2803 to c07a14b Compare October 7, 2020 01:20
@dg dg merged commit c83ff9e into dg:master Oct 8, 2020
dg pushed a commit that referenced this pull request Oct 8, 2020
 - adds the option to pass the connect_type as config parameter
 - PHP default is 0, but to make this change non-breaking defauls to PGSQL_CONNECT_FORCE_NEW
 - see PHP docs: https://www.php.net/manual/en/function.pg-connect.php
dg pushed a commit that referenced this pull request Oct 8, 2020
 - adds the option to pass the connect_type as config parameter
 - PHP default is 0, but to make this change non-breaking defauls to PGSQL_CONNECT_FORCE_NEW
 - see PHP docs: https://www.php.net/manual/en/function.pg-connect.php
Jakub-Fajkus pushed a commit to peckadesign/dibi that referenced this pull request Feb 9, 2022
 - adds the option to pass the connect_type as config parameter
 - PHP default is 0, but to make this change non-breaking defauls to PGSQL_CONNECT_FORCE_NEW
 - see PHP docs: https://www.php.net/manual/en/function.pg-connect.php

(cherry picked from commit cc37121)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants