Core Data Editor lets you easily view, edit and analyze applications‘ data. Core Data Editor is compatible with Mac and iOS applications and supports XML, SQLite and binary stores, visualizes all relationships and is able to edit the data and generate Objective-C code for the data model.
BSD 3-Clause "New" or "Revised" License
2.13k
stars
182
forks
source link
Column search no longer works in latest release #54
First off, this is a great utility and a life-saver when trying to debug Core Data issues, thank you for making it!
As has been pointed out in #52, column sorting seems broken in the latest release, so I thought I'd open a new issue about another problem with it: Searching by column doesn't seem to work either (it just gives a blank result, maybe it isn't looking at the specified column?)
Specifically, I'm trying to search for a substring in a string column. I select the column name using the "magnifying glass" dropdown and start to type. Whatever I type there are no results. This worked fine with the version I had before updating to the latest release from the "Releases" page. Now I consistently get no results.
Thanks again for a great tool, looking forward to having this functionality restored soon!
First off, this is a great utility and a life-saver when trying to debug Core Data issues, thank you for making it!
As has been pointed out in #52, column sorting seems broken in the latest release, so I thought I'd open a new issue about another problem with it: Searching by column doesn't seem to work either (it just gives a blank result, maybe it isn't looking at the specified column?)
Specifically, I'm trying to search for a substring in a string column. I select the column name using the "magnifying glass" dropdown and start to type. Whatever I type there are no results. This worked fine with the version I had before updating to the latest release from the "Releases" page. Now I consistently get no results.
Thanks again for a great tool, looking forward to having this functionality restored soon!