Limitation? I know some RDBMS where put the clause in the WHERE of an implicit JOIN or in the ON of an explicit JOIN don't cause any kind of problems.BTW you can use an explicit join, in your query, if you want the ON clause for FKs.
2008/12/16 Gabriel Mancini de Campos <[email protected]> > > Hello to all, I am new to list, and sorry if my question is very > primary. > > Guys, I found something very bad. see this: > if you need to create a channel find a model to generate a > SQL type: LEFT > OUTER JOIN ON (AND A.pk B.fk Some Field == Valo) <- this field is not > generated in the ON clause, but in WHERE, and I think this is a > limitation of NHibernate! > Does anyone have any idea how I can work around this problem? > > > > -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
