Отчёты.

This commit is contained in:
ElEgEv 2023-11-19 21:06:42 +04:00
parent 016aa33363
commit 9c86858b71
4 changed files with 0 additions and 5 deletions

View File

@ -18,11 +18,6 @@ interface UserDao {
@Query("select * from users order by nickname collate nocase asc") @Query("select * from users order by nickname collate nocase asc")
fun getAll(): Flow<List<User>> fun getAll(): Flow<List<User>>
//получить нации с танками
/*@Query("SELECT * FROM users")
@Transaction
fun getUsersWithTanks(): Flow<List<TankWithNationAndLevel>>*/
//получить конкретного пользователя //получить конкретного пользователя
@Query( @Query(
"SELECT u.*, t.*, l.level, n.nationName FROM users AS u " + "SELECT u.*, t.*, l.level, n.nationName FROM users AS u " +