Created by: tomasc
At the moment, the has_many
association support only for columns of integer
type.
This PR adds support for uuid
.
Few notes:
- It might be good to abstract this further – without the need for
ARR_NO_CAST
&ARR_CAST
constants. - This PR fails on Ruby 3 (unrelated to changes in this PR, the
master
branch does fail on Ruby 3 as well). If you'd like me to rebase tov2.2.2
so that everything passes please let me know. Thanks!