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
stev-0 authored and nyalldawson committed Apr 1, 2020
1 parent 87f50c3 commit dda80ed
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 dda80ed

Please sign in to comment.