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
## [2.1.1] (2024-07-17)
### Daikoz.SQLWrapper NuGet Package
- Fix issue: database name is not provided to XSLT.
### Template
- **Database C#**: Fix return value for function
- **Database C#**: Fix column, table and method name to follow microft recommendation to avoid message IDEXXXX
- **Database C#**: Move UpdateIfModified method in database class to avoid compilation error with several database helper
<Description>SQLWrapper makes it easier to create code wrappers for SQL queries. It's a powerful tool that helps speed up development by reducing the need for manual coding. It works with databases various SQL database (MySQL, MariaDB, ...), checking the syntax and performance of SQL queries before you execute them.
19
19
@@ -31,47 +31,16 @@ Overall, DAIKOZ.SQLWrapper is a handy tool for making SQL code easier to work wi
31
31
<PackageReleaseNotes>
32
32
# Changelog
33
33
34
-
## [2.1] (2024-07-08)
35
-
36
-
### SQLWrapper
37
-
- **break changes** Modify command line name for better understanding
38
-
- Add Linux support (Debian 12)
39
-
- Generate stored procedure and function wrapper for mysql/mariadb
40
-
- Fix error with mariadb/mysql function: UNIX_TIMESTAMP
41
-
- Fix #3 error with mariadb/mysql function: SUBSTR
42
-
- Fix error with mariadb/mysql: EXISTS
43
-
- Fix line break when generate XML request
34
+
## [2.1.1] (2024-07-17)
44
35
45
36
### Daikoz.SQLWrapper NuGet Package
46
-
- **break changes** Modify sqlwrapper.json configuration for better understanding
47
-
- Add Linux support (Debian 12)
37
+
- Fix issue: database name is not provided to XSLT.
48
38
49
39
### Template
50
-
- **SQL C# ADO**: Replace mysqlconnector by DbConnection to allow use this template with other database.
51
-
- **Database C#**: Generate stored procedure and function wrapper for mysql/mariadb
52
-
- **Database C#**: Replace mysqlconnector by DbConnection to allow use this template with other database.
53
-
- **Database C#**: Fix formating
54
-
55
-
56
-
## [2.0.1] (2024-04-12)
57
-
58
-
### SQLWrapper
59
-
- Order caseinsentive input SQL variables.
60
-
- Enhance display warning message
61
-
- MariaDB/MySQL: Fix UNION column checking with BOOL, INT, INTEGER type
62
-
63
-
### Daikoz.SQLWrapper NuGet Package
64
-
- Visual Studio can generate wrapper in background
65
-
- Fix compilation error after clean the project, the generated source is now added to compile process. Don't need to build again the project.
66
-
- Enhance display warning message
67
-
- Update readme.md
68
-
69
-
### Template
70
-
- **Database C#**: Use int type for length or long instead of uint to avoid int cast with index of string function.
71
-
- **Database C#**: Rename SQLWrapper::UpdateIfModified to SQLWrapperHelper::UpdateIfModified method and move it in same namespace to avoid warning this Daikoz.SQLWrapper NuGet package.
72
-
- **SQL C# ADO**: Fix tab/space mix
40
+
- **Database C#**: Fix return value for function
41
+
- **Database C#**: Fix column, table and method name to follow microft recommendation to avoid message IDEXXXX
42
+
- **Database C#**: Move UpdateIfModified method in database class to avoid compilation error with several database helper
0 commit comments