From: Michael D. <mik...@us...> - 2004-08-20 15:33:00
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24849/NHibernate/Impl Modified Files: QueryImpl.cs Log Message: Accidentally checked in when there was still commented out code that should have been removed. Index: QueryImpl.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl/QueryImpl.cs,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** QueryImpl.cs 20 Aug 2004 15:27:37 -0000 1.12 --- QueryImpl.cs 20 Aug 2004 15:32:48 -0000 1.13 *************** *** 304,308 **** foreach(object obj in vals) { - // SetParameterList(name, vals, GuessType( obj.GetType() ) ); SetParameterList(name, vals, GuessType(obj) ); break; // fairly hackish...need the type of the first object --- 304,307 ---- |