Skip to content

SQLWrapper 2.1

Compare
Choose a tag to compare
@daikoz daikoz released this 08 Jul 22:07
· 2 commits to master since this release

[2.1] (2024-07-08)

SQLWrapper

  • break changes Modify command line name for better understanding
  • Add Linux support (Debian 12)
  • Generate stored procedure and function wrapper for mysql/mariadb
  • Fix error with mariadb/mysql function: UNIX_TIMESTAMP
  • Fix #3 error with mariadb/mysql function: SUBSTR
  • Fix error with mariadb/mysql: EXISTS
  • Fix line break when generate XML request

Daikoz.SQLWrapper NuGet Package

  • break changes Modify sqlwrapper.json configuration for better understanding
  • Add Linux support (Debian 12)

Template

  • SQL C# ADO: Replace mysqlconnector by DbConnection to allow use this template with other database.
  • Database C#: Generate stored procedure and function wrapper for mysql/mariadb
  • Database C#: Replace mysqlconnector by DbConnection to allow use this template with other database.
  • Database C#: Fix formating