Skip to content

Commit d12c4a7

Browse files
committedJun 18, 2012
determine geometry types of GEOMETRY in geometry_columns (related to #5813)
1 parent 8eb323a commit d12c4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/postgres/qgspgsourceselect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ void QgsPgSourceSelect::on_btnConnect_clicked()
453453
{
454454
QString type = layer.type;
455455
QString srid = layer.srid;
456-
if ( !searchGeometryColumnsOnly && !layer.geometryColName.isNull() )
456+
if ( !layer.geometryColName.isNull() )
457457
{
458458
if ( type == "GEOMETRY" || type.isNull() || srid.isEmpty() )
459459
{

0 commit comments

Comments
 (0)
Please sign in to comment.