Отчёты.
This commit is contained in:
parent
016aa33363
commit
9c86858b71
@ -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 " +
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user