[fluent-nhib] Re: comparing arrays

2008-12-28 Thread Chad Myers
Ok, get latest from the repo (rev 174 at the moment). It *should* work now. I added an overload for CheckProperty() that deals with array values. -c -Original Message- From: fluent-nhibernate@googlegroups.com [mailto:fluent-nhibern...@googlegroups.com] On Behalf Of mblo...@gmail.com Sen

[fluent-nhib] Re: comparing arrays

2008-12-28 Thread Chad Myers
Marek, How are you generating your schema? Did it already exists, or are you using the BuildSchema() stuff in Fluent NHib? If you're using Fluent NHib, can you show me how to do it because I don't know :) Otherwise, it's not a biggy, I can figure something out. -c -Original Message- F

[fluent-nhib] Re: comparing arrays

2008-12-28 Thread Chad Myers
Marek, Thanks for reporting. Everyone: Anyone else on this? I'll look into it. Let me know if I'm conflicting. -c -Original Message- From: fluent-nhibernate@googlegroups.com [mailto:fluent-nhibern...@googlegroups.com] On Behalf Of mblo...@gmail.com Sent: Sunday, December 28, 2008 5:42

[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

[fluent-nhib] Re: Building against NHibernate 2.0GA or 2.1(trunk)

2008-12-28 Thread Steve Mason
Well I went out yesterday and built myself a version of the latest Trunk that works fine with FNH. However there are some breaking changes with the new ProxyFactory generator features which mean that for the Unit Tests to pass you need to update the configurations and copy an extra DLL. This obvi