Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mark CancelQuery as not support in hasFeature().
  • Loading branch information
sebastic committed Mar 12, 2016
1 parent e4ecbb2 commit 6685667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/spatialite/qspatialite/qsql_spatialite.cpp
Expand Up @@ -545,6 +545,7 @@ bool QSpatiaLiteDriver::hasFeature(DriverFeature f) const
case BatchOperations:
case EventNotifications:
case MultipleResultSets:
case CancelQuery:
return false;
}
return false;
Expand Down

0 comments on commit 6685667

Please sign in to comment.