Amgad Serry
Amgad Serry
``` open func toDictionary(_ conversionOptions: ConversionOptions = .DefaultSerialize) -> NSDictionary { let keys = Array(self.entity.attributesByName.keys) return self.dictionaryWithValues(forKeys: keys) as NSDictionary } ``` as I see here conversionOptions are ignored and...
@greenrobot-team I think you should reconsider this because entities could have relations to different targets which is not considered by the hashCode of data classes which would result in different...
For those who still have an issue with you could override hashCode function with ur own implementation make sure u consider all relations in ur implementation
@pabloFuente docker container on ubuntu 20.04
@pabloFuente I think it might have crashed because it was working until a week back