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
the type returned from column_type(type, opts) is identical on 167 and 173
Thats the opts to this function: [size: 65535, from: {:string, [size: 255]}]
Elixir version
Elixir 1.16.2 (compiled with Erlang/OTP 26)
Database and Version
any
Ecto Versions
master
Database Adapter and Versions (postgrex, myxql, etc)
postgrex 0.19.2
Current behavior
this migrations started to fail recently:
with error
It fails into [this branch] of the if (https://github.com/elixir-ecto/ecto_sql/blame/75ddf591fbe56977b041836079c01be298384024/lib/ecto/adapters/postgres/connection.ex#L1588) but returns
[[], [], []]
I think it suppose to be be executed the else branch.I'm assuming it was introduced in this pr because my master version from before 2 weeks was working fine
Expected behavior
the migration works on 3.12.1
The text was updated successfully, but these errors were encountered: