NHibernate 3.2GA with Fluent NHibernate 1.3.0.722 conventions broken?

80 views
Skip to first unread message

Trinition

unread,
Oct 28, 2011, 8:57:54 AM10/28/11
to Fluent NHibernate
I'm trying to upgrade from NH3.1GA to NH3.2GA to overcome a bug that
was present in NH3.1GA. I'm trying the latest NH3.2GA-compatible
build of Fluent NHibernate with it, version 1.3.0.722.

My table name convention is no longer being honored. Instead of
looking for "tblClients" its looking for "Client":

ConventionBuilder.Class.When(
c => c.Expect(x => x.TableName, Is.Not.Set),
x => x.Table(string.Format("tbl{0}s", x.EntityType.Name)))

Is this a known problem? If not, any tips on how I can diagnose this
issue?

Brad Crandell

unread,
Mar 19, 2012, 8:54:51 AM3/19/12
to fluent-n...@googlegroups.com
Is there any news on this question?  FNH 1.3 on NH 3.2 seems to be ignoring my conventions, too.  Are they broken, or is there a new requirement for getting them to work?

Simon Dingley

unread,
Mar 20, 2012, 6:06:09 AM3/20/12
to fluent-n...@googlegroups.com
On Monday, 19 March 2012 12:54:51 UTC, Brad Crandell wrote:
Is there any news on this question?  FNH 1.3 on NH 3.2 seems to be ignoring my conventions, too.  Are they broken, or is there a new requirement for getting them to work?

+1 Conventions all seem to be ignored for me also.
Reply all
Reply to author
Forward
0 new messages