Open HeinrichHartmann opened 11 years ago
When the database gets large the following error is reported in LogCat:
(13) statement aborts at 32: INSERT INTO samples(SYNCED,DATA,TS,SENSORID,PRIO,LOC,DATACLASS) VALUES (?,?,?,?,?,?,?) statement aborts at 2: [ROLLBACK;] cannot rollback - no transaction is active
at de.unikassel.android.sdcframework.persistence.DatabaseAdapterImpl.insertSamples(DatabaseAdapterImpl.java:410)
but no porper exeption handling happens.
When the database gets large the following error is reported in LogCat:
(13) statement aborts at 32: INSERT INTO samples(SYNCED,DATA,TS,SENSORID,PRIO,LOC,DATACLASS) VALUES (?,?,?,?,?,?,?) statement aborts at 2: [ROLLBACK;] cannot rollback - no transaction is active
at de.unikassel.android.sdcframework.persistence.DatabaseAdapterImpl.insertSamples(DatabaseAdapterImpl.java:410)
but no porper exeption handling happens.