Add support for PostgreSQL data type macaddr8 #4312
daniele-solutiontech
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
We are happy to accept a PR that adds support for this type. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I’m currently working on adding macaddr8 support for a pull request, but I’m not entirely clear on the purpose of the ByteArrayProxy code. I’ve been reviewing the implementation for macaddr6 and came across the following:
Apologies—I’m still relatively new to the Diesel library and could use some guidance. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Diesel now supports PostgreSQL data type
macaddr
(EUI-48), it would be awesome to support also themacaddr8
(EUI-64)Beta Was this translation helpful? Give feedback.
All reactions