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_CASTconstants. - This PR fails on Ruby 3 (unrelated to changes in this PR, the
masterbranch does fail on Ruby 3 as well). If you'd like me to rebase tov2.2.2so that everything passes please let me know. Thanks!