Page 1 of 1

Castle ActiveRecord template not setting the underlying type of an enum in columntype

Posted: Wed 05 Feb 2014 07:44
by PeterM
Hi,

When using the Castle ActiveRecord template for generation of classes it doesn't use the underlying type of enums but reflects the actual enum classname as 'ColumnType'.

Is this intententional, am I missing something or is this a bug?

-
Peter

Re: Castle ActiveRecord template not setting the underlying type of an enum in columntype

Posted: Thu 06 Feb 2014 17:18
by Shalex
Please specify the exact problem (error or incorrect behaviour) you have encountered. Which value did you expect to be generated in ColumnType?