Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1112/NHibernate/Impl
Modified Files:
PreparerImpl.cs
Log Message:
Removed some comments that no longer applied.
Index: PreparerImpl.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl/PreparerImpl.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** PreparerImpl.cs 25 Aug 2004 03:54:49 -0000 1.8
--- PreparerImpl.cs 28 Aug 2004 16:30:18 -0000 1.9
***************
*** 152,159 ****
dbCommand = JoinTransaction(dbCommand);
- // TODO: remove this comment for Prepare() once we have fixed up the SqlTypes
- // and are able to differentiate between a Command that can be prepared and
- // one that cannot.
- // for example - with SqlServer2000 a Command with a binary type
if(factory.ConnectionProvider.Driver.SupportsPreparingCommands)
{
--- 152,155 ----
|