mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
This commit is contained in:
parent
8429a65a6a
commit
d1e23a608a
@ -511,7 +511,7 @@ QString QgsPostgresUtils::whereClause( QgsFeatureIds featureIds, const QgsField
|
||||
whereClauses << whereClause( featureId, fields, conn, pkType, pkAttrs, sharedData );
|
||||
}
|
||||
|
||||
return whereClauses.join( " AND " );
|
||||
return whereClauses.join( " OR " );
|
||||
}
|
||||
|
||||
QString QgsPostgresProvider::filterWhereClause() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user