Is your feature request related to a problem? Please describe.
I'm always frustrated when using Quantity Arrays in PostgreSQL
Describe the solution you'd like
@Column(name = "elevations", nullable = false)
private Quantity<Length>[] elevations
Describe alternatives you've considered
Converting the Quantity Array to a double Array.
Additional context
Is your feature request related to a problem? Please describe.
I'm always frustrated when using Quantity Arrays in PostgreSQL
Describe the solution you'd like
Describe alternatives you've considered
Converting the Quantity Array to a double Array.
Additional context