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

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
PeterM
Posts: 14
Joined: Tue 16 Jul 2013 12:53

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

Post by PeterM » Wed 05 Feb 2014 07:44

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

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

Post by Shalex » Thu 06 Feb 2014 17:18

Please specify the exact problem (error or incorrect behaviour) you have encountered. Which value did you expect to be generated in ColumnType?

Post Reply