kaleidos / grails-postgresql-extensions

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

Possibility of define an PgArray in a domain class using List instead of Array #34

Open ilopmar opened 10 years ago

ilopmar commented 10 years ago

It would be nice to be able to define a PgArray in a domain class using a List instead of an Array.