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
I have a column that's defined as timestamp with time zone default now() not null.
When I try to set its value using ZonedDateTime, I get the above exception.
It seems that .getParameterTypeName returns timestamp with time zone instead of timestamptz.
The text was updated successfully, but these errors were encountered:
Hello. I'm probably the only person who understands the code and my understanding was questionable at best when I was working on it, and hasn't improved in the few years since.
This library is thus probably effectively unmaintained at this point. Sorry for the inconvenience.
I have a column that's defined as
timestamp with time zone default now() not null
.When I try to set its value using
ZonedDateTime
, I get the above exception.It seems that
.getParameterTypeName
returnstimestamp with time zone
instead oftimestamptz
.The text was updated successfully, but these errors were encountered: