update_empty_string_as_null 属性

update_empty_string_as_null 属性

如果为 TRUE,如果值为 “",将插入 Null;

定义:

@property
def update_empty_string_as_null(self):
    ...
@update_empty_string_as_null.setter
def update_empty_string_as_null(self, value):
    ...

也可以看看