You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: StringMeasure.cs
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
usingMicrosoft.SqlServer.Server;
2
-
usingstaticMySQLCLRFunctions.StringTest;
3
2
usingSystem;
4
3
usingSystem.Text.RegularExpressions;
5
4
usingSystem.Data.SqlTypes;
5
+
usingstaticMySQLCLRFunctions.StringTest;
6
+
usingstaticMySQLCLRFunctions._SharedConstants;
7
+
6
8
/*
7
9
* Take measurements from a string. Not actual values from a string as Extract does, and not a "changed" (immutable) string like Transform or Pivot, or Format, Reduce.
10
+
*
11
+
* WARNING SqlDateTime is not the same as datetime. SqlDateTime maps to DATETIME, DateTime maps to DATETIME2
8
12
*/
9
13
namespaceMySQLCLRFunctions
10
14
{
@@ -18,7 +22,6 @@ public static class StringMeasure
0 commit comments