[fluent-nhib] Re: Warnings in AutoMap

2008-09-15 Thread Chad Myers
Sweet! Thanks man. I get nervous aout warnings like that. They can grow like cockroaches and then they're a real pain. -C -- Sent from my phone. Please excuse typos and extra characters -Original Message- From: Andrew Stewart <[EMAIL PROTECTED]> Sent: Monday, S

[fluent-nhib] Re: Multiple HasMany Maps to same child class

2008-09-15 Thread Paul Batum
Oh I forgot to mention, if you want to run that test you'll need to get the latest from the trunk, I had to make a small change to the sqlite configuration class to ensure that the in memory db played nicely. On Mon, Sep 15, 2008 at 11:30 AM, Paul Batum <[EMAIL PROTECTED]> wrote: > Hi Chris, > >

[fluent-nhib] Re: Multiple HasMany Maps to same child class

2008-09-15 Thread Paul Batum
Hi Chris, Here is your example implemented using two different tables for the different cat relationships. First the classes: public class Cat { public int Id { get; set; } public string Name { get; set; } } public class Rope { public int Id { get; set;

[fluent-nhib] Re: Warnings in AutoMap

2008-09-15 Thread Andrew Stewart
Hi Chad These have now been removed. They where mainly unused variables that I'd introduced for consistency sake, and knowing that I'd need them eventually ;o). I've removed them for now and will reintroduce them when needed. Cheers Andy On Sat, Sep 13, 2008 at 8:30 PM, Andrew Stewart < [EMAIL P