I have created a pull request and a JIRA issue https://nhibernate.jira.com/browse/NH-3499.
The purpose of the pull request is to open up the Remotion query rewriting mechanism. There already are a number of built in query rewriters, and this pull request allows a custom query rewriter to be provided. The pull request introduces a new configuration parameter which specifies the type of a factory. This factory then allows the instantiation of a new query rewriter. Unit tests with a functional example are also part of the pull request. The original reason for implementing this change is because of a discussion which can be found on https://groups.google.com/d/msg/nhusers/58GRDMwwzPA/SeqvMNIyFaoJ. However, the implementation does not focus on that specific request and is complete general. What, if any, are the next steps required from my end to get this pull request into the/a next version of NHibernate? -- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
