You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nhusers
Hello.
PostgreSQL has an awesome support of arrays of basic types. For now we are using it with IUserType implementation. But wouldn't it be nice if NHibernate could do it with custom PostgreSQL91Dialect. I could do a pool request for this, but need some directions in a way of implementation.
Should this dialect register base types for all basic array types using RegisterColumnType as done in this example? Or if it is implemented inside NHibernate code it can be done in a better way?
Thanks.
Paul
unread,
Jan 1, 2016, 6:13:41 AM1/1/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nhusers
+1 I would really like to see NHibernate support PostgreSQL arrays too. I am also currently using an IUserType for arrays.