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
<Description>A high performance SQL Wrapper and syntax checking supporting MySQL, MariaDB... SQLWrapper generate call code from SQL file and check SQL syntax before compile task. The call automatically created and check syntax identify database changes.
17
+
<Title>SQLWrapper</Title>
18
+
<Description>
19
+
A high performance SQL Wrapper and syntax checking supporting MySQL, MariaDB... SQLWrapper generate call code from SQL file and check SQL syntax before compile task. The call automatically created and check syntax identify database changes.
19
20
20
-
SQL Wrapper is not a ORM: it generate code form SQL request. It have better performance than linq or EntityFramework and there are not SQL limitation.
21
+
SQL Wrapper is not a ORM: it generate code form SQL request. It have better performance than linq or EntityFramework and there are not SQL limitation.
21
22
22
-
SQL Wrapper get database structure to check SQL syntax and generate a XML with all returned columns of SQL request. From this XML, you can apply our XLST (or the XLST provided) to generate the code.
23
+
SQL Wrapper get database structure to check SQL syntax and generate a XML with all returned columns of SQL request. From this XML, you can apply our XLST (or the XLST provided) to generate the code.
23
24
24
-
Thus, SQL Wrapper can generate SQL call code from any language like C#, Java, Python, Javascript, VB .NET, ADO .NET ...</Description>
25
-
<AssemblyVersion>0.4.0</AssemblyVersion>
26
-
<FileVersion>0.4.0</FileVersion>
25
+
Thus, SQL Wrapper can generate SQL call code from any language like C#, Java, Python, Javascript, VB .NET, ADO .NET ...
// This file is used by Code Analysis to maintain SuppressMessage
2
+
// attributes that are applied to this project.
3
+
// Project-level suppressions either have no target or are given
4
+
// a specific target and scoped to a namespace, type, member, etc.
5
+
6
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Globalization","CA1303:Do not pass literals as localized parameters",Justification="<Pending>",Scope="member",Target="~M:Daikoz.SQLWrapper.SQLWrapperBuild.Execute~System.Boolean")]
7
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Design","CA1031:Do not catch general exception types",Justification="<Pending>",Scope="member",Target="~M:Daikoz.SQLWrapper.SQLWrapperBuild.Execute~System.Boolean")]
8
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Globalization","CA1303:Do not pass literals as localized parameters",Justification="<Pending>",Scope="member",Target="~M:Daikoz.SQLWrapper.SQLWrapperExecute.#ctor(System.String,Microsoft.Build.Utilities.TaskLoggingHelper,System.Boolean)")]
9
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Globalization","CA1303:Do not pass literals as localized parameters",Justification="<Pending>",Scope="member",Target="~M:Daikoz.SQLWrapper.SQLWrapperExecute.Execute~System.Boolean")]
0 commit comments