Querying Room with IN operator does not work with List
In the query, I am trying to look for trains that are of multiple types.
When List<Int>
has only one value query returns the result but when there is more than one value in the list, the function returns nothing.
why does the kotlin Converter for Rom not work?
Good afternoon, I encountered an error
How to retrieve a single record from the Room database
I tried to retrieve a single record from Room database but it gives me a null value. Here is my code:
Update the data in the Room database does not work
CRUD operations such as delete, add, select work quite correctly, but updates do not update anything in the database at all. I’m new to all this.
I am attaching the available code:
@Entity