[fluent-nhib] Re: Many2Many table mapping is not correct

2009-02-04 Thread mblotny
Thanks for the quick update James! On 4 Lut, 23:45, James Gregory wrote: > Yep, this is a known bug. Until we fix it you need to explicitly specify the > table name for both sides of the relationship. > > On Wed, Feb 4, 2009 at 10:42 PM, wrote: > > > I have exactly the same issue ... something

[fluent-nhib] Re: Many2Many table mapping is not correct

2009-02-04 Thread mblotny
I have exactly the same issue ... something seems to be not correct. I think on one side there should be inverse="true" which fluent-nh should use to detect real parent -- Cheers, Marek On 9 Gru 2008, 06:13, karron wrote: > I configure the ManyToMany table name as the following. > > persistenc

[fluent-nhib] comparing arrays

2008-12-28 Thread mblotny
Hello guys, I have found something which you may want to fix at some point: I have a table which has columns varbinary(max), I'm using PersistenceSpecification class to verify my mappings: new PersistenceSpecification(session) .CheckProperty(x => x.LargePhoto, new byte[] {1,23,4}) .VerifyTheMapp