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

Support Rust arrays in Postgres #1953

Merged
merged 1 commit into from
Jul 8, 2022
Merged

Support Rust arrays in Postgres #1953

merged 1 commit into from
Jul 8, 2022

Conversation

e00E
Copy link
Contributor

@e00E e00E commented Jul 8, 2022

For generic arrays [T; N] and a specialized implementation for byte arrays [u8; N].

I am not very confident that I have tested this change sufficiently. Feel free to detail more tests that should be added.

Related to #1180 .

@abonander
Copy link
Collaborator

The added type tests appear sufficient to accept this.

@abonander abonander merged commit 9ca1fbf into launchbadge:main Jul 8, 2022
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