From: Ricardo P. (JIRA) <nh...@gm...> - 2011-05-04 11:30:01
|
[ http://216.121.112.228/browse/NH-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20995#action_20995 ] Ricardo Peres commented on NH-2687: ----------------------------------- Fabio, But this is part of the standard HiLo generator, it is not a new feature to be implemented on a custom generator. Shouldn't it be the responsible for the creation of these additional columns? Thanks, RP > SchemaExport Should Create HiLo Columns > --------------------------------------- > > Key: NH-2687 > URL: http://216.121.112.228/browse/NH-2687 > Project: NHibernate > Issue Type: Improvement > Components: Toolset > Affects Versions: 3.2.0Alpha2 > Reporter: Ricardo Peres > > The SchemaExport class, when creating a table for the HiLo algorithm, does not take in consideration any eventual columns specified as its parameters. > For example, if an entity is using a parameter defined as: > <param name="column">MyEntityColumn</param> > It should create table hibernate_unique_key with an additional MyEntityColumn column, but it does not. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |