Arkadii Ivanov
11/30/2020, 4:00 PMTodoDatabase(
NativeSqliteDriver(
DatabaseConfiguration(
name = "",
version = 1,
create = { wrapConnection(it, TodoDatabase.Schema::create) },
inMemory = true
)
)
)
I added some logs and it seems that it actually executes Schema.create. However all queries to this database in tests are failing with errors like no such table
.
Also I see the following message in the logs: Invalid connection: com.apple.coresymbolicationd
. Not sure if it is related actually.
Could somebody give me some advice?kpgalligan
11/30/2020, 4:08 PMArkadii Ivanov
11/30/2020, 4:09 PMrusshwolf
11/30/2020, 4:16 PMArkadii Ivanov
11/30/2020, 4:17 PMupgrade
function, but I will double check. Thank you!basher
11/30/2020, 4:25 PMArkadii Ivanov
11/30/2020, 8:01 PM