Skip to content

Commit 542ba1f

Browse files
committed
VTimeSeriesToRanges.Oracle.sql
1 parent 2045e58 commit 542ba1f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

T4SQLTemplateLibrary/T4Templates/Grouping/VGroupingSets.SqlServer.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GO
3434
-- You must not remove this notice, or any other, from this software.
3535
--
3636
-- Original Author: Abel Cheng <[email protected]>
37-
-- Created Date: ‎‎June 14, 2013, ‏‎12:24:41 AM
37+
-- Created Date: June 14, 2013, 12:24:41 AM
3838
-- Primary Host: http://t4sql.codeplex.com
3939
-- Change Log:
4040
-- Author Date Comment

T4SQLTemplateLibrary/T4Templates/Grouping/VGroupingSets.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public virtual string TransformText()
169169
-- You must not remove this notice, or any other, from this software.
170170
--
171171
-- Original Author: Abel Cheng <[email protected]>
172-
-- Created Date: ‎‎June 14, 2013, ‏‎12:24:41 AM
172+
-- Created Date: June 14, 2013, 12:24:41 AM
173173
-- Primary Host: http://t4sql.codeplex.com
174174
-- Change Log:
175175
-- Author Date Comment

T4SQLTemplateLibrary/T4Templates/MiscExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static class MiscExtensions
88

99
static MiscExtensions()
1010
{
11-
_DateStrRgx = new Regex(@"\s*'?(?<dt>\d{4}-\d{2}-\d{2})'?\s*");
11+
_DateStrRgx = new Regex(@"^\s*'?(?<dt>\d{4}-\d{2}-\d{2})'?\s*$");
1212
}
1313

1414
public static string ConstantDateExpr(this string strDate, string dbmsPlatform = "SQL Server")
@@ -37,7 +37,7 @@ public static string ConstantDateExpr(this string strDate, string dbmsPlatform =
3737
// You must not remove this notice, or any other, from this software.
3838
//
3939
// Original Author: Abel Cheng <[email protected]>
40-
// Created Date: November 22, 2013, 11:51:26 PM
40+
// Created Date: November 22, 2013, 11:51:26 PM
4141
// Primary Host: http://t4sql.codeplex.com
4242
// Change Log:
4343
// Author Date Comment

T4SQLTemplateLibrary/T4Templates/Pivot/VPivot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public virtual string TransformText()
127127
-- You must not remove this notice, or any other, from this software.
128128
--
129129
-- Original Author: Abel Cheng <[email protected]>
130-
-- Created Date: ‎‎June 02, 2013, ‏‎11:06:09 AM
130+
-- Created Date: June 02, 2013, 11:06:09 AM
131131
-- Primary Host: http://t4sql.codeplex.com
132132
-- Change Log:
133133
-- Author Date Comment

T4SQLTemplateLibrary/T4Templates/Pivot/VUnpivot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public virtual string TransformText()
114114
-- You must not remove this notice, or any other, from this software.
115115
--
116116
-- Original Author: Abel Cheng <[email protected]>
117-
-- Created Date: June 02, 2013, ‏‎11:06:37 AM
117+
-- Created Date: June 02, 2013, 11:06:37 AM
118118
-- Primary Host: http://t4sql.codeplex.com
119119
-- Change Log:
120120
-- Author Date Comment

0 commit comments

Comments
 (0)