Loading core/java/android/database/sqlite/SQLiteDatabase.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -693,7 +693,7 @@ public final class SQLiteDatabase extends SQLiteClosable { * Begins a transaction in DEFERRED mode, with the android-specific constraint that the * Begins a transaction in DEFERRED mode, with the android-specific constraint that the * transaction is read-only. The database may not be modified inside a read-only transaction. * transaction is read-only. The database may not be modified inside a read-only transaction. * <p> * <p> * Read-only transactions may run concurrently with other read-only transactions, and if they * Read-only transactions may run concurrently with other read-only transactions, and if the * database is in WAL mode, they may also run concurrently with IMMEDIATE or EXCLUSIVE * database is in WAL mode, they may also run concurrently with IMMEDIATE or EXCLUSIVE * transactions. * transactions. * <p> * <p> Loading Loading
core/java/android/database/sqlite/SQLiteDatabase.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -693,7 +693,7 @@ public final class SQLiteDatabase extends SQLiteClosable { * Begins a transaction in DEFERRED mode, with the android-specific constraint that the * Begins a transaction in DEFERRED mode, with the android-specific constraint that the * transaction is read-only. The database may not be modified inside a read-only transaction. * transaction is read-only. The database may not be modified inside a read-only transaction. * <p> * <p> * Read-only transactions may run concurrently with other read-only transactions, and if they * Read-only transactions may run concurrently with other read-only transactions, and if the * database is in WAL mode, they may also run concurrently with IMMEDIATE or EXCLUSIVE * database is in WAL mode, they may also run concurrently with IMMEDIATE or EXCLUSIVE * transactions. * transactions. * <p> * <p> Loading