Hello Guys... I updated the Npgsql driver to the last version (2.0.5)
and got error in my NHibernate App... Mappings:

School mapping :
...
References(x => x.City);
...

And City Mapping:

Id(x => x.ID).GeneratedBy.Assigned();  //ID is a string
Map(x => x.Name);
References(x => x.Microrregion);

Now, when I tried to load a School, I got a
NHibernate.ObjectNotFoundException to object City... But with Npgsql
1.0 all works fine...

Any Idea?

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to