Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Core
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23634/Core
Modified Files:
AdoTemplate.cs
Log Message:
SPRNET-776 - Unit tests for AdoPlatformTransactionManager
update docs to reflect limitations of AdoPlatformTransactionManager for nested transactions.
code cleanup in AdoTemplate, ConnectionUtils
Index: AdoTemplate.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Core/AdoTemplate.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AdoTemplate.cs 30 Oct 2007 15:24:44 -0000 1.5
--- AdoTemplate.cs 28 Nov 2007 05:54:47 -0000 1.6
***************
*** 1140,1150 ****
- /* TODO
- public DataTable DataTableCreateWithParams(IDbDataAdapterCreator dataAdapterCreator)
- {
- throw new NotImplementedException();
- }
- */
-
#endregion
--- 1140,1143 ----
***************
*** 1277,1289 ****
}
- //TODO
- /*
- public int DataTableFillWithParams(DataTable dataTable,
- IDbDataAdapterCreator dataAdapterCreator)
- {
- throw new NotImplementedException();
- }
- */
-
#endregion
--- 1270,1273 ----
|