I see. Does it happen with the rapid debugger as well (see my private message)?
I see. Does it happen with the rapid debugger as well (see my private message)?
The strange thing is that now I get a duplicate key error in the database (instructions above)
android.database.sqlite.SQLiteConstraintException: PRIMARY KEY must be unique (code 19)
That's true. It happens on some cases. However it doesn't affect the runtime behavior.This is because I use a transaction with Try-Catch-End Try and in rapid mode debugger the error (mine!) Is reported.
That's true. It happens on some cases. However it doesn't affect the runtime behavior.