sounds like a bug in nhibernate.

'True' = 'true" might not work if your database or session is case
sensitive.
In order to avoid this... will be better to use 1 = 1 or fix one of the two
sides :)


2011/2/3 Simon <[email protected]>

>
> NHProfiler displays:
> select distinct conversion0_.MyStringColumn as col_0_0_
> from   Conversion conversion0_
> where  ('True' /* :p0 */ = 'true'
>         or conversion0_.MyStringColumn is null)
>

-- 
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