We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7028827 commit 9e71b01Copy full SHA for 9e71b01
src/providers/postgres/qgspostgresprovider.cpp
@@ -2704,7 +2704,7 @@ bool QgsPostgresProvider::getGeometryDetails()
2704
QgsDebugMsg( "Requested SRID is " + mRequestedSrid );
2705
QgsDebugMsg( "Detected type is " + QString::number( mDetectedGeomType ) );
2706
QgsDebugMsg( "Requested type is " + QString::number( mRequestedGeomType ) );
2707
- QgsDebugMsg( "Feature type name is " + QString( QGis::qgisFeatureTypes[mDetectedGeomType] ) );
+ QgsDebugMsg( "Feature type name is " + QString( QGis::qgisFeatureTypes[ geometryType() ] ) );
2708
QgsDebugMsg( "Geometry is geography " + mIsGeography );
2709
}
2710
else
0 commit comments