Skip to content

Releases: InvaderZim85/ZimLabs.Database.MySql

Release v1.2.3

31 Mar 09:59
Compare
Choose a tag to compare

Whats new?

  • Update of the MySql.Data package (8.0.27 > 8.0.28)

Install

Install-Package ZimLabs.Database.MySql -Version 1.2.3

Release v1.2.1

09 Oct 15:41
Compare
Choose a tag to compare

Whats new?

  1. Update of the MySql.Data package (8.0.24 > 8.0.26)
  2. Added ConnectionTimeout to the DatabaseSettings and the constructor of the Connector. Default value is 15 seconds

Install

Install-Package ZimLabs.Database.MySql -Version 1.2.1

Release v1.2.0

30 Apr 18:18
Compare
Choose a tag to compare

Update of the MySql.Data package

Release v1.1.1

25 Oct 16:57
Compare
Choose a tag to compare

Update of the used packages

Release v1.1.0

14 Oct 13:24
Compare
Choose a tag to compare

Moved the ConnectionInfoType enum into its own class

Release v1.0.4

03 Oct 15:44
Compare
Choose a tag to compare

Added function which returns information about the connection (server, database, user, port). The password is stored as SecureString and is not returned for security reasons.

The name of the method is ConnectionStringInfo().

Release v1.0.3

23 Apr 18:27
Compare
Choose a tag to compare

Release with some minor changes (code cleaning)