It appears that when I use the exact same named query but assign a single Int32 value to the named parameter instead of the ICollection list of values, the query works. The Typed Value gets built properly in both, SetXxx functions, but later on a Parameter object must be built with a type for the SetInt32 that is not happenning for the SetParameterList as I explained in previous post.
I would like to get the latest build of the Alpha, but I am having trouble finding it. I only see the 5-28 build.
I may also try and get Nant set up, (another goal with no time for at the moment) and build NH with a possible fix. I am having signature problems when I just build NHibernate.dll (I understand why, just need a quicker way to resolve it).
|