It was mostly to do with extracting obsolete code.
There are (quite) a few places in the code where we switch on certain
Dialect properties (e.g., Dialect.BindLimitParametersFirst), and then we
move the order of parameters about. However, that's all obsolete now,
because it is very easy for us to arrange things so that the order of
parameters can be in 'any' order.
-----Original Message-----
From: Patrick Earl
Sent: Monday, January 17, 2011 4:48 PM
To: nhibernate-development
Subject: [nhibernate-development] Parameters
There was some mention about Richard looking into something about the
parameter support in NHibernate. I'm bumping into that area, so I'm
curious what thoughts are out there around this part of the code.
Patrick Earl