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>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,24 +31,10 @@ 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.2] (2024-08-02)
34
+
## [2.2.1] (2025-04-20)
35
35
36
36
### SQLWrapper
37
-
- Replace isnull by nullable attribute for database type
38
-
39
-
### Template
40
-
- **Database VB**: add new template database-vb-ado.xslt and sql-vb-ado.xslt to generate Visual Basic .Net wrapper
41
-
- Unify isnull and nullable for database type
42
-
- **sql-csharp-ado.xslt**: Read data asyn (await reader.ReadAsync())
43
-
- **Rename template** to use this rules:
44
-
* database or sql: use database for template to apply to all database and use sql for template to apply on SQL queries
45
-
* language: charp, vb, ...
46
-
* type: ado
47
-
- **Template available**:
48
-
* **database-csharp-ado.xslt**: generate a database helper from schema xml in C# ADO
49
-
* **database-vb-ado.xslt**: generate a database helper from schema xml in Visual Basic ADO
50
-
* **sql-cshapr-ado.xslt**: generate a SQL query wrapper from schema xml and SQL query in C# ADO
51
-
* **sql-vb-ado.xslt**: generate a SQL query wrapper from schema xml and SQL query in Visual Basic ADO
37
+
- Fix #8 Wrong CSharp code generate with a SELECT with no WHERE #8
0 commit comments