Skip to content

Releases: InvaderZim85/ZimLabs.Database.MsSql

Release v1.2.4

16 Mar 22:13
Compare
Choose a tag to compare

Whats new?

Release v1.2.1

28 May 11:01
Compare
Choose a tag to compare

Added ConnectionTimeout property

release v1.2.0

30 Apr 18:17
Compare
Choose a tag to compare

Update of the System.Data.SqlClient package

Release v1.1.0

14 Oct 13:23
Compare
Choose a tag to compare

Moved the ConnectionInfoType enum into its own class

Release v1.0.5

07 Oct 18:30
Compare
Choose a tag to compare

Added function which returns information about the connection (data source, initial catalog, user, integrated security). 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 06:07
Compare
Choose a tag to compare
  • Bugfix (missing application name)

Release v1.0.2

22 Apr 16:41
Compare
Choose a tag to compare
  • Added new constructors to be more flexible.