|
From: Ricardo P. (JIRA) <nh...@gm...> - 2011-05-03 12:08:50
|
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
|