google-code-export / iring-tools

Automatically exported from code.google.com/p/iring-tools
0 stars 0 forks source link

Numeric columns set to zero by NHibernate DL #162

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Zeros are inserted instead of nulls in two circumstances:
1) A template role is mapped to a numeric column but there is no matching 
template in the data being pulled
2) The database table has a numeric column that is not mapped to

Data dictionary has correct nullable metadata, but generated code is always 
treating as not nullable.

What version of the product are you using? On what operating system?
2.0.0

Please provide any additional information below.
Hahn has fixed 12/8/2010.

Original issue reported on code.google.com by dariuska...@gmail.com on 9 Dec 2010 at 5:57