From 2d71a40f320c955dedc4e79cf29cd4610ef95f31 Mon Sep 17 00:00:00 2001 From: sb Date: Mon, 4 May 2009 15:37:37 +0000 Subject: [PATCH] bug 2902 : Problem was that the default initialisation of a .Net DateTime value is outside the range of dates which SQL Server can represent. Modified to default DateTimes to the current date. status 2902: resolved FIXED --- transforms/adl2entityclasses.xslt | 45 +++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 8 deletions(-) diff --git a/transforms/adl2entityclasses.xslt b/transforms/adl2entityclasses.xslt index 159c171..87dffed 100755 --- a/transforms/adl2entityclasses.xslt +++ b/transforms/adl2entityclasses.xslt @@ -8,8 +8,8 @@ Transform ADL into C# entity classes $Author: sb $ - $Revision: 1.21 $ - $Date: 2009-04-30 17:04:00 $ + $Revision: 1.22 $ + $Date: 2009-05-04 15:37:37 $ --> + + + + + + + + + + + + + + + + + + + @@ -817,7 +846,7 @@ 0 0.0M 0.0 - new DateTime() + DateTime.Today