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

Add ActiveValue::set_if_not_equals() #2194

Merged
merged 2 commits into from May 10, 2024
Merged

Conversation

Expurple
Copy link
Contributor

In my dependent project, I have this helper that I use a lot. I think, it's really useful and it's time to upstream it. Without it, the whole .is_changed()/.is_unchanged() story doesn't work properly, IMO.

PR Info

  • Closes <no issues>

  • Dependencies:

    • <none>
  • Dependents:

    • <none>

New Features

  • ActiveValue::set_if_not_equals()

Bug Fixes

  • <none>

Breaking Changes

  • <none>

Changes

  • <none>

@Expurple
Copy link
Contributor Author

CI fails because sqlx-sqlite v0.7.4 doesn't compile. This doesn't seem to be my fault

@Expurple
Copy link
Contributor Author

Expurple commented May 9, 2024

Updated the branch to resolve the merge conflict. Looks like we're good to go now. And the CI doesn't fail anymore

Copy link
Member

@tyt2y3 tyt2y3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. Love the doc and example!

@tyt2y3 tyt2y3 merged commit bc89913 into SeaQL:master May 10, 2024
32 checks passed
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.

None yet

2 participants