Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: myxql type cast of :integer should be signed integer #609

Merged
merged 1 commit into from
May 20, 2024

Conversation

lejoko
Copy link
Contributor

@lejoko lejoko commented May 20, 2024

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.

@josevalim josevalim merged commit f5d29e3 into elixir-ecto:master May 20, 2024
9 of 10 checks passed
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants