sqlitemanager

Is SQLite Manager refreshing itself properly?

I added new rows to my database through SQLiteManager but I cannot see those values in my tableview. My old values are seen. More interestingly, I deleted my database file but I can see my old values again in my tableview. When I created new database with new name, it sees that. How can I make it perceive new values? ...

Core data prefilling sqlite db. What is Z_MAX?

Hi! I am using the SQLite Manager extension to Firefox to prefill my core data sqlite database. But when i try adding more to the prefilled database my app crashes. I suspect it has something to do with Z_MAX for my entity in the table Z_PRIMARYKEY. What should i set Z_MAX to? Is it supposed to be the number of items in my entity? So...