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: docs2/pages/faq/faq-eval-sql-net.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Bug Fixing
4
4
5
-
You find a bug when compiling? [Report it](https://github.com/zzzprojects/Eval-SQL.NET/issues) and it will be fixed usually within one business day.
5
+
You found a bug when compiling? [Report it](https://github.com/zzzprojects/Eval-SQL.NET/issues) and it will be fixed, usually within one business day.
6
6
7
7
## Namespace
8
8
@@ -26,17 +26,17 @@ All namespace support by SQL CLR are supported by Eval SQL.NET.
26
26
- System.Xml
27
27
- System.Core.dll
28
28
- System.Xml.Linq.dll
29
-
- All common namespace and extensions method can be used without specifying the fullname.
29
+
- All common namespaces and extension methods can be used without specifying the fullname.
30
30
31
31
You can see the full list [here](https://github.com/zzzprojects/Eval-SQL.NET/blob/master/src/Z.Expressions.SqlServer.Eval/EvalContext/EvalContext.RegisterDefaultAlias.cs)
32
32
33
-
Let us know if you believe we have missing some.
33
+
Let us know if you believe we missed some.
34
34
35
35
## Performance
36
36
37
37
You are worried about performance? Don't worry, Eval SQL.NET is super-fast and can evaluate over 150,000 expressions in a loop under one second and over 1,000,000 using a table!
38
38
39
-
Result highly vary depending of your SQL Server performance and expression to evaluate.
39
+
Result highly vary depending of your SQL Server performance and expressions to evaluate.
0 commit comments