Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Objects
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12417/Objects
Modified Files:
MappingAdoQuery.cs MappingAdoQueryWithContext.cs
Log Message:
SPRNET-955 : Provide better error message if dbprovider name is not found in thread local storage when using MultiDelegatingDbProvider
SPRNET-956 - Provide better error message if assembly name is not provided when specying method signature for MethodMapTransactionAttributeSource
misc code cleanup.
Index: MappingAdoQueryWithContext.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Objects/MappingAdoQueryWithContext.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MappingAdoQueryWithContext.cs 17 Jul 2007 04:33:44 -0000 1.3
--- MappingAdoQueryWithContext.cs 29 May 2008 17:26:35 -0000 1.4
***************
*** 48,52 ****
/// Initializes a new instance of the <see cref="MappingAdoQueryWithContext"/> class.
/// </summary>
! public MappingAdoQueryWithContext()
{
--- 48,52 ----
/// Initializes a new instance of the <see cref="MappingAdoQueryWithContext"/> class.
/// </summary>
! public MappingAdoQueryWithContext()
{
Index: MappingAdoQuery.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Objects/MappingAdoQuery.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MappingAdoQuery.cs 17 Jul 2007 04:33:44 -0000 1.4
--- MappingAdoQuery.cs 29 May 2008 17:26:35 -0000 1.5
***************
*** 35,39 ****
/// </summary>
/// <remarks>
! /// Simplifies MappingSqlQueryWithContext API by dropping parameters and
/// context. Most subclasses won't care about parameters. If you don't use
/// contextual information, subclass this instead of MappingSqlQueryWithContext.
--- 35,39 ----
/// </summary>
/// <remarks>
! /// Simplifies MappingAdoQueryWithContext API by dropping parameters and
/// context. Most subclasses won't care about parameters. If you don't use
/// contextual information, subclass this instead of MappingSqlQueryWithContext.
|