Hi, I've noticed that the default_schema setting only works for generated SQL. user-provided SQL (in my case: via Map().Formula()) seems unaffected by the default_schema setting.
Is there any way around this? I've tried the naive approach by trying to read the default_schema from the configuration in the mapping-class and then changing the SQL in the .Formula() call to include the default_schema, but even accessing the configuration from the mapping-file seems non-trivial. Any help would be greatly appreciated! Regards, Lorenzo -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" 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/fluent-nhibernate?hl=en.
