Comment 1 for bug 705779

Revision history for this message
pjv (pjv) wrote :

Debug notes:

Nothing showing up in the logcat when failing to add item. Item is actually added to the db.

However there might be 2 reasons:
- pulling a db from under collectionista when running robotium tests -> SQLException. See monkey logs of 2011-02-09.
- TRIGGERS wrongly written and some queries are running into constraintss -> SQLException, see sqlite_triggers.sql.

Once a generic item has been added with empty name and empty text, all subsequent may not be shown possibly.

Noteworthy that even after killing app, and reloading list of items, it still does not show all, while they are actually in the db and ok, but with faulty ones amongst them.