mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Fix typo
This commit is contained in:
parent
738d6d33d5
commit
fa82f8690c
@ -594,7 +594,7 @@ bool QgsPostgresConn::getTableInfo( bool searchGeometryColumnsOnly, bool searchP
|
||||
else if ( columnTypeInt == SctGeography ) columnType = SctGeography;
|
||||
else if ( columnTypeInt == SctTopoGeometry ) columnType = SctTopoGeometry;
|
||||
else if ( columnTypeInt == SctPcPatch ) columnType = SctPcPatch;
|
||||
else if ( columnTypeInt == SctRaster ) columnType = SctPcPatch;
|
||||
else if ( columnTypeInt == SctRaster ) columnType = SctRaster;
|
||||
else
|
||||
{
|
||||
QgsDebugMsg( QStringLiteral( "Unhandled columnType index %1" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user