Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update oracle connection capabilities
  • Loading branch information
elpaso committed Jul 7, 2021
1 parent 878b243 commit 9d5d43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoracleproviderconnection.cpp
Expand Up @@ -124,7 +124,7 @@ void QgsOracleProviderConnection::setDefaultCapabilities()
};
mSqlLayerDefinitionCapabilities =
{
Qgis::SqlLayerDefinitionCapability::Filter,
Qgis::SqlLayerDefinitionCapability::SubsetStringFilter,
Qgis::SqlLayerDefinitionCapability::GeometryColumn,
Qgis::SqlLayerDefinitionCapability::PrimaryKeys,
};
Expand Down

0 comments on commit 9d5d43e

Please sign in to comment.