Skip to content

Commit dda80ed

Browse files
stev-0nyalldawson
authored andcommittedApr 1, 2020
Uncheck save in project cb when pg < 9.5
1 parent 87f50c3 commit dda80ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/providers/postgres/qgspgnewconnection.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ void QgsPgNewConnection::testConnection()
211211
if ( conn->pgVersion() < 90500 )
212212
{
213213
cb_projectsInDatabase->setEnabled( false );
214+
cb_projectsInDatabase->setChecked( false );
214215
cb_projectsInDatabase->setToolTip( tr( "Saving projects in databases not available for PostgreSQL databases earlier than 9.5" ) );
215216
}
216217
else

0 commit comments

Comments
 (0)
Please sign in to comment.