Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16427/NHibernate/Impl
Modified Files:
BatcherImpl.cs
Log Message:
Removed scrollableresults and fetchsize - no meaning in .net
Index: BatcherImpl.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl/BatcherImpl.cs,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** BatcherImpl.cs 14 Oct 2004 04:33:14 -0000 1.10
--- BatcherImpl.cs 29 Oct 2004 05:53:49 -0000 1.11
***************
*** 140,145 ****
IDbCommand command = Generate( sql ); // session.Preparer.BuildCommand(sql);
- // not sure if this is needed because fetch size doesn't apply
- factory.SetFetchSize(command);
commandsToClose.Add(command);
--- 140,143 ----
|