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
deps/postgrex/lib/postgrex/type_module.ex:1084:call
The function call will not succeed.
:erlang.band(_mod :: nil, 65535)
will never return since the 1st arguments differ
from the success typing arguments:
(integer(), integer())
Elixir version
1.17.2-otp-27
Database and Version
PostgreSQL 16
Postgrex Version
0.19.0
Current behavior
error is
Expected behavior
I suspect that this doesn't work correctly but no idea how to fix it
https://github.com/elixir-ecto/postgrex/blob/master/lib/postgrex/extensions/interval.ex#L58
The text was updated successfully, but these errors were encountered: