Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash due to db operation on different thread (#138)
* Fix issue where field name is used for fetching property type instead of property name, resulting in crash when field name is "FieldName" and property name is "fieldname", since it wont get the property type as data * add in perform and wait since its a db operation, else it can cause a crash
- Loading branch information