Skip to content

Commit

Permalink
Merge pull request #46814 from qgis/backport-46800-to-release-3_22
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 13, 2022
2 parents d6d7361 + 32fc520 commit 114c17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgrestransaction.cpp
Expand Up @@ -61,6 +61,7 @@ bool QgsPostgresTransaction::executeSql( const QString &sql, QString &errorMsg,
{
if ( !mConn )
{
errorMsg = tr( "Connection to the database not available" );
return false;
}

Expand Down

0 comments on commit 114c17e

Please sign in to comment.