Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从核心数据中得到一个错误,即无法解析值“”。该值属于双精度类型的非可选实体属性,默认值为 0。
什么会导致此类数据损坏?
我认为您的问题“什么可能导致此类数据损坏”的答案是“故障”。
核心数据只会在需要时获取属性。这是一项功能,而不是错误,因为它有助于在后台有效地管理内存和性能。但是,如果您使用由核心数据获取返回的构造(例如具有获取结果的数组)并构造 XLM,则可以想象错误没有被填充(即核心数据不会去持久存储来获取故障数据自动)。
你观察到一旦你明确地称之为关系,一切都在那里,children = entity.children这证实了这个论点。
children = entity.children
所以-不,不是访问观察者,而是错误导致您的数据丢失。