You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using MagicalRecord for local data storage in my project. However, I've encountered an issue with the mr_findFirst method, which occasionally returns empty records. Upon further investigation, I noticed that when I open the corresponding SQLite database using a tool like DB Browser for SQLite, I can see that only IDs are present in the table, no column with title like (name, email) attributes in entity are not show and the relevant column data is missing. i am attaching screenshoot of my SQLite Table content for reference.
Thanks
The text was updated successfully, but these errors were encountered:
I am currently using MagicalRecord for local data storage in my project. However, I've encountered an issue with the mr_findFirst method, which occasionally returns empty records. Upon further investigation, I noticed that when I open the corresponding SQLite database using a tool like DB Browser for SQLite, I can see that only IDs are present in the table, no column with title like (name, email) attributes in entity are not show and the relevant column data is missing. i am attaching screenshoot of my SQLite Table content for reference.
I am currently using MagicalRecord for local data storage in my project. However, I've encountered an issue with the mr_findFirst method, which occasionally returns empty records. Upon further investigation, I noticed that when I open the corresponding SQLite database using a tool like DB Browser for SQLite, I can see that only IDs are present in the table, no column with title like (name, email) attributes in entity are not show and the relevant column data is missing. i am attaching screenshoot of my SQLite Table content for reference.
Thanks
The text was updated successfully, but these errors were encountered: