Crul
06/07/2023, 2:50 AMjw
06/07/2023, 2:56 AMCrul
06/07/2023, 8:17 AM.sq
file for one of my tables (created by Room) and implement GET
query. I was successfully able to get the data using SQLDelight, even when the table and the data inside it are created & stored using Room library.Crul
06/07/2023, 8:41 AMSQLiteLog E (5) statement aborts at 1: [PRAGMA journal_mode=TRUNCATE] database is locked
SQLiteConnection W Could not change the database journal mode of '/data/user/0/xxxx/databases/xxxx.room.database' from 'wal' to 'TRUNCATE' because the database is locked. This usually means that there are other open connections to the database which prevents the database from enabling or disabling write-ahead logging mode. Proceeding without changing the journal mode
jw
06/07/2023, 2:08 PMCrul
06/08/2023, 4:04 AMSupportSQLiteOpenHelper
from Room to SQLDelight Driver 👍 👍 👍jw
06/08/2023, 1:29 PM