Posts by Joao Vitor • 1 point
2 posts
-
0
votes2
answers88
viewsA: Clause error Where SQLITE
try to change List listMap = await dbTarefas.rawQuery("SELECT * FROM $tarefasTable" " WHERE $prioridadeColumn = Media"); for List listMap = await dbTarefas.rawQuery("SELECT * FROM $tarefasTable" + "…
-
-2
votes1
answer195
viewsA: Spring Boot and Hibernate - problems to move up application and map classes into entities
the error is found in this part: Translated: A exceção aninhada é org.hibernate.MappingException: não foi possível determinar o tipo para: java.util.List, na tabela: empresa, para colunas:…