rmabraham
rmabraham
Here is Console APP that shows the issue: ``` using System; using System.Collections.Generic; using FluentNHibernate.Mapping; using NHibernate; using NHibernate.Tool.hbm2ddl; namespace NhibernateReplicateForeignKeyBug { class Program { private static string connectionString =...
Also posted on Nhibernate: https://github.com/nhibernate/nhibernate-core/issues/1616
Here is Console APP that shows the issue: ``` using System; using System.Collections.Generic; using FluentNHibernate.Mapping; using NHibernate; using NHibernate.Tool.hbm2ddl; namespace NhibernateReplicateForeignKeyBug { class Program { private static string connectionString =...