Skip to content

Releases: martincostello/sqllocaldb

SQL LocalDB Wrapper v1.3.0.0

17 May 12:18
Compare
Choose a tag to compare

SqlLocalDb v1.3.0.0

Added new extension methods to make creating and working with connection strings easier. Specifically these are:

  • DbConnection ISqlLocalDbInstance.GetConnectionForDefaultModel()
  • DbConnection ISqlLocalDbInstance.GetConnectionForDefaultModel(string initialCatalog)
  • DbConnectionStringBuilder ISqlLocalDbInstance.GetConnectionStringForDefaultModel()
  • DbConnectionStringBuilder ISqlLocalDbInstance.GetConnectionStringForDefaultModel(string initialCatalog)
  • string DbConnectionStringBuilder.GetInitialCatalogName()

SQL LocalDB Wrapper v1.2.0.0

17 May 12:16
Compare
Choose a tag to compare

SqlLocalDb v1.2.0.0

Added overloads to support specifying the name of the Initial Catalog using the ISqlLocalDbInstance.GetConnectionForModel() and ISqlLocalDbInstance.GetConnectionStringForModel() extension methods.

SQL LocalDB Wrapper v1.1.0.0

17 May 12:13
Compare
Choose a tag to compare

SqlLocalDb v1.1.0.0

Adds logging, improvements to help use with EntityFramework and new interfaces to help with mocking/abstractions.