Hi

If I have a default schema configured, eg like this
<property name="default_schema">Foo.dbo</property>

...I was hoping that this default_schema somehow also applied to filter 
conditions...
<filter name="someName" condition="exists(select 1 from Bar b where ....)"/>

Can I/How do I easiest make NH send...
[...] where exists(select 1 from Foo.dbo.Bar [...]
...without hard coding this in the filter condition? Not possible 
out-of-the-box?

/Roger

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