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 postgres macaddr8 type support #4313

Merged

Conversation

daniele-solutiontech
Copy link
Contributor

No description provided.

@weiznich weiznich requested a review from a team October 19, 2024 17:59
Copy link
Member

@weiznich weiznich left a comment

Choose a reason for hiding this comment

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

Thanks for submitting this PR. Overall this looks ok to me, but there are a few minor things that currently make the tests fail to compile. These need to be fixed. You also need to run the test locally at least once to update a view snapshots. You can do this via cargo xtask run-tests postgres.

You should also run cargo fmt locally before submitting the PR.
Finally it would be great to have a changelog entry for this.

diesel_cli/src/print_schema.rs Show resolved Hide resolved
diesel/src/pg/types/mod.rs Outdated Show resolved Hide resolved
diesel_tests/tests/types.rs Outdated Show resolved Hide resolved
diesel_tests/tests/types.rs Outdated Show resolved Hide resolved
diesel_tests/tests/types_roundtrip.rs Outdated Show resolved Hide resolved
Copy link
Member

@weiznich weiznich left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@weiznich weiznich added this pull request to the merge queue Oct 29, 2024
Merged via the queue into diesel-rs:master with commit cd4300b Oct 29, 2024
48 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.

2 participants