Jeff-Lewis / codesmith

Automatically exported from code.google.com/p/codesmith
0 stars 0 forks source link

NHibernate Template Can't capture not-null column #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In MySQL, create a table, set one of the column to be not null ( meaning 
it can't have null value).
2. Use CodeSmith to generate the NHibernate ORM.

What is the expected output? What do you see instead?
note that the hbm.xml for the column doesn't have this property set:
not-null="true". But It should capture this not-null attribute.

What version of the product are you using?
CodeSmith 5.1.6

Refer to: Case 01781902

Please provide any additional information below.

Original issue reported on code.google.com by soonhui.ngu on 28 Sep 2009 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by tdupont...@gmail.com on 29 Sep 2009 at 4:55

GoogleCodeExporter commented 9 years ago

Original comment by shannon....@gmail.com on 15 Oct 2009 at 3:38