Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compiler warning
  • Loading branch information
mhugent committed Jul 31, 2021
1 parent a0f0823 commit 91b02a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgresexpressioncompiler.cpp
Expand Up @@ -50,6 +50,7 @@ QString QgsPostgresExpressionCompiler::quotedValue( const QVariant &value, bool
QgsGeometry geom = value.value<QgsGeometry>();
return QString( "ST_GeomFromText('%1',%2)" ).arg( geom.asWkt() ).arg( mRequestedSrid.isEmpty() ? mDetectedSrid : mRequestedSrid );
}
break;

default:
break;
Expand Down

0 comments on commit 91b02a8

Please sign in to comment.