|
@@ -89,7 +89,6 @@ class MongoDbDataSource(GenericDataSource):
|
89
|
89
|
# @param target_cls Emclass : class of the record to delete
|
90
|
90
|
# @param uid dict|list : a dictionary of fields and values composing the unique identifier of the record or a list of several dictionaries
|
91
|
91
|
# @return int : number of deleted records
|
92
|
|
- # @TODO check the content of the result.raw_result property depending on the informations to return
|
93
|
92
|
# @TODO Implement the error management
|
94
|
93
|
def delete(self, target_cls, uid):
|
95
|
94
|
if isinstance(uid, dict):
|