We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 155ba1a commit c76a1b5Copy full SHA for c76a1b5
src/providers/postgres/qgspostgresprovider.cpp
@@ -3200,7 +3200,7 @@ bool QgsPostgresProvider::empty() const
3200
return false;
3201
}
3202
3203
- return res.PQgetvalue( 0, 0 ) != 't';
+ return res.PQgetvalue( 0, 0 ) != QLatin1String( "t" );
3204
3205
3206
QgsRectangle QgsPostgresProvider::extent() const
0 commit comments