From: Michael D. <mik...@us...> - 2004-09-13 07:31:06
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17581/NHibernate/Impl Modified Files: SessionFactoryImpl.cs Log Message: removed code dealing with statementCache that was commented out. Index: SessionFactoryImpl.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl/SessionFactoryImpl.cs,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** SessionFactoryImpl.cs 13 Sep 2004 04:47:44 -0000 1.30 --- SessionFactoryImpl.cs 13 Sep 2004 07:30:56 -0000 1.31 *************** *** 731,736 **** } - //TODO: H2.0.3 - //if (statementCache!=null) statementCache.CloseAll(); try { --- 731,734 ---- |