Closed lejoko closed 6 months ago
Currently, the myxql adapter of ecto_sql type casts :integer into unsigned. This seems wrong since integers are signed in ecto. It should cast to signed. This PR fixes it.
:integer
unsigned
signed
:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:
Currently, the myxql adapter of ecto_sql type casts
:integer
intounsigned
. This seems wrong since integers are signed in ecto. It should cast tosigned
. This PR fixes it.