cqle: make ValueManager delete recognize converted collections
PYTHON-475
This commit is contained in:
@@ -37,7 +37,7 @@ class BaseValueManager(object):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def deleted(self):
|
def deleted(self):
|
||||||
return self.value is None and (self.explicit or self.previous_value is not None)
|
return self.column._val_is_null(self.value) and (self.explicit or self.previous_value is not None)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def changed(self):
|
def changed(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user