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: CHANGELOG.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changelog
2
2
3
+
## [2.1] (2024-07-08)
4
+
5
+
### SQLWrapper
6
+
-**break changes** Modify command line name for better understanding
7
+
- Add Linux support (Debian 12)
8
+
- Generate stored procedure and function wrapper for mysql/mariadb
9
+
- Fix error with mariadb/mysql function: UNIX_TIMESTAMP
10
+
- Fix #3 error with mariadb/mysql function: SUBSTR
11
+
- Fix error with mariadb/mysql: EXISTS
12
+
- Fix line break when generate XML request
13
+
14
+
### Daikoz.SQLWrapper NuGet Package
15
+
-**break changes** Modify sqlwrapper.json configuration for better understanding
16
+
- Add Linux support (Debian 12)
17
+
18
+
### Template
19
+
-**SQL C# ADO**: Replace mysqlconnector by DbConnection to allow use this template with other database.
20
+
-**Database C#**: Generate stored procedure and function wrapper for mysql/mariadb
21
+
-**Database C#**: Replace mysqlconnector by DbConnection to allow use this template with other database.
22
+
-**Database C#**: Fix formating
23
+
24
+
3
25
## [2.0.1] (2024-04-12)
4
26
5
27
### SQLWrapper
@@ -14,7 +36,7 @@
14
36
- Update readme.md
15
37
16
38
### Template
17
-
-**C# Helper**: Use int type for length or long instead of uint to avoid int cast with index of string function.
18
-
-**C# Helper**: Rename SQLWrapper::UpdateIfModified to SQLWrapperHelper::UpdateIfModified method and move it in same namespace to avoid warning this Daikoz.SQLWrapper NuGet package.
19
-
-**C# Helper**: Fix tab/space mix
20
-
-**C# Helper**: Fix spaces
39
+
-**Database C#**: Use int type for length or long instead of uint to avoid int cast with index of string function.
40
+
-**Database C#**: Rename SQLWrapper::UpdateIfModified to SQLWrapperHelper::UpdateIfModified method and move it in same namespace to avoid warning this Daikoz.SQLWrapper NuGet package.
<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
@@ -28,27 +28,51 @@ Overall, DAIKOZ.SQLWrapper is a handy tool for making SQL code easier to work wi
- MariaDB/MySQL: Fix UNION column checking with BOOL, INT, INTEGER type
39
-
40
-
### Daikoz.SQLWrapper NuGet Package
41
-
- Visual Studio can generate wrapper in background
42
-
- Fix compilation error after clean the project, the generated source is now added to compile process. Don't need to build again the project.
43
-
- Enhance display warning message
44
-
- Update readme.md
45
-
46
-
### Template
47
-
- **C# Helper**: Use int type for length or long instead of uint to avoid int cast with index of string function.
48
-
- **C# Helper**: Rename SQLWrapper::UpdateIfModified to SQLWrapperHelper::UpdateIfModified method and move it in same namespace to avoid warning this Daikoz.SQLWrapper NuGet package.
49
-
- **C# Helper**: Fix tab/space mix
50
-
- **C# Helper**: Fix spaces
51
-
</PackageReleaseNotes>
31
+
<PackageReleaseNotes>
32
+
# Changelog
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
44
+
45
+
### Daikoz.SQLWrapper NuGet Package
46
+
- **break changes** Modify sqlwrapper.json configuration for better understanding
47
+
- Add Linux support (Debian 12)
48
+
49
+
### 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.
0 commit comments