DB record null value
This commit is contained in:
parent
2f1263c82c
commit
ee55f671bc
|
@ -18,7 +18,7 @@ interface AccountDao {
|
|||
WHERE id = :id
|
||||
"""
|
||||
)
|
||||
suspend fun queryById(id: Int): Account
|
||||
suspend fun queryById(id: Int): Account?
|
||||
|
||||
@Insert
|
||||
suspend fun insert(account: Account): Long
|
||||
|
|
Loading…
Reference in New Issue
Block a user