Are you using parameters or are you putting query values directly in the query? 
For example, in HQL, do you have: CreateQuery("select s from Something s where 
s.SomeProperty = 1") or CreateQuery("select s from Something where 
s.SomeProperty = :p").SetParameter("p", 1)?

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to