kaleidos / grails-postgresql-extensions

Grails plugin to use postgresql native elements such as arrays, hstores,...
Apache License 2.0
78 stars 63 forks source link

Allow array of UUID type #93

Closed karaken12 closed 7 years ago

karaken12 commented 7 years ago

Only a couple of lines of substantive changes; most of this is tests. Note that I added a helper class, since UUID tests are kinda hard to write. If anyone has any better ideas of how to test them, I'd be all ears.

ilopmar commented 7 years ago

Thanks! I'll try to review it very soon.

ilopmar commented 7 years ago

Finally I've found some time to review this and merge it into master. The version 4.6.7 contains this changes.

I apologize for taking to much time on reviewing this. Thanks for your contribution.