Posts by Victor Marcantonio • 1 point
4 posts
-
0
votes0
answers45
viewsQ: Error saving user - Hibernate
I am getting the following error while trying to save a user using Hibernate: java.lang.IllegalArgumentException: Can not set java.lang.String field com.example.apiadote.model.entity.Usuario.email…
-
0
votes2
answers72
viewsQ: Select all months of the year in postgres
Salve galera, I have the following select: select sum(valor) valor, extract (month from datahorainicio) from agendamento where extract (year from datahorainicio)= 2020 and status='CONCLUIDO' and…
postgresqlasked Victor Marcantonio 1 -
-1
votes2
answers150
viewsQ: Make Insert with foreign key
I am trying to make an insert with foreign key but I am not succeeding, giving the following error GRAVE: null org.postgresql.util.PSQLException: ERROR: insert or update on table "agendamento"…
javaasked Victor Marcantonio 1 -
0
votes1
answer304
viewsQ: Avoid duplicated id in list c#
I am doing a list exercise where I have to enter the employee id, but there should be no repetition of id. I would like to know how to use the foreach to avoid checking and blocking if a repeated…
c#asked Victor Marcantonio 1