pounard / goat-query

Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter
GNU General Public License v2.0
2 stars 0 forks source link

Improve connect error handling in ext-pgsql driver #48

Closed pounard closed 2 years ago

pounard commented 4 years ago

If the server refuses the connexion, we get a notice, but execution continue, and subsequent calls will attempt to use a bool (returned by pg_connect()) as a resource.

We should also force a default timeout if none provided.