yepher / CoreDataUtility

An OSX application that simplifies development and debugging of CoreData enabled applications.
519 stars 49 forks source link

Fix bug when storing set/array values in a column with transformable type #27

Closed allenhsu closed 10 years ago

allenhsu commented 10 years ago

When storing set/array values in a column with transformable type, CoreDataUtility failed to display the whole table because it's treated as a relationship (set/array of NSManagedObject).

This pull request fixes the bug.

yepher commented 10 years ago

Thanks for the pull request. I believe this was fixed in my "develop" branch but not merged to master because I did not have time to test it. Did you have a problem with develop so you made this fix?

allenhsu commented 10 years ago

I've checked the code in develop branch, I think it has not been fixed yet.

yepher commented 10 years ago

Thank you for your help and sorry for being so slow. This has been merged.