You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, by coincidence I ran into the same problem yesterday. My code assumed that generated values would only be int or long, which is obviously wrong. I need to redesign it.
There is a workaround: execute the insert or update as a query:
How catch
created timestamp NOT NULL DEFAULT NOW()
column with single pojo object?I tried
with result:
com.dieselpoint.norm.DbException: org.postgresql.util.PSQLException: Bad value for type long : 2020-03-30 22:46:54.724897
Thx
The text was updated successfully, but these errors were encountered: