Cannot successfully add item to generic collection
Bug #705779 reported by
pjv
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Collectionista |
Incomplete
|
High
|
Unassigned | ||
Alpha |
Incomplete
|
High
|
Unassigned |
Bug Description
You edit the item, but it is not actually added to the collection.
Changed in collectionista: | |
status: | Incomplete → Opinion |
status: | Opinion → Incomplete |
To post a comment you must log in.
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: triggers. sql.
- 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_
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.