Hi everybody,
I'm trying to port a project currently using NHibernate 2.0 to 2.1.
The new version breaks some HQL queries that used to run as expected
and that seem to be allowed by the current syntax.
Let's assume to have an entity called country and another entity
called Site, with a property Parent of type Site and a property
Country of type country; briefly:
class Country
{
}
class Site
{
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---