We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, it looks it's an error
driver_pgsql.php @ 103
$dbname = defined('DB_NAME') && DB_NAME ? DB_NAME : $database; $pg_connstr = $GLOBALS['pg4wp_connstr'] . ' dbname=' . $database;
$dbname is not used and $pg_connstr is constructed with $database instead of $dbname
$dbname
$pg_connstr
$database
The text was updated successfully, but these errors were encountered:
Duplicate of #74 so it closes that one too
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi, it looks it's an error
driver_pgsql.php @ 103
$dbname
is not used and$pg_connstr
is constructed with$database
instead of$dbname
The text was updated successfully, but these errors were encountered: