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
The text was updated successfully, but these errors were encountered:
ShiminChen007
changed the title
adbout cannot rollback - no transaction is active (code 1)(关于这个问题,中文标记)
about cannot rollback - no transaction is active (code 1)(关于这个问题,中文标记)
Feb 19, 2020
in my project ,i have see this exception when code doing .executeDeleteWithoutDetachingEntities()
android.database.sqlite.SQLiteException
cannot rollback - no transaction is active (code 1)
android.database.sqlite.SQLiteConnection.nativeExecute(Native Method)
android.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:553)
android.database.sqlite.SQLiteSession.endTransactionUnchecked(SQLiteSession.java:439)
android.database.sqlite.SQLiteSession.endTransaction(SQLiteSession.java:401)
android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase.java:522)
The text was updated successfully, but these errors were encountered: