Skip to content

Commit

Permalink
Uncheck save in project cb when pg < 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Apr 1, 2020
1 parent 65aeae3 commit d96b674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/qgspgnewconnection.cpp
Expand Up @@ -211,6 +211,7 @@ void QgsPgNewConnection::testConnection()
if ( conn->pgVersion() < 90500 )
{
cb_projectsInDatabase->setEnabled( false );
cb_projectsInDatabase->setChecked( false );
cb_projectsInDatabase->setToolTip( tr( "Saving projects in databases not available for PostgreSQL databases earlier than 9.5" ) );
}
else
Expand Down

0 comments on commit d96b674

Please sign in to comment.