Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

1.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 16 May 17:20

Features

  • Allow CommandBehavior.SingleResult and SingleRow (#220)
  • Support named, in-memory databases (#182)
  • Remove hard dependency on Microsoft.Extensions.PlatformAbstractions for net45 (#180)
  • Enable using Windows in-the-box version of SQLite (#179)
  • Support CommandBehavior.CloseConnection to ExecuteReader (#142)
  • Don't require parameter name to include prefix (#80)
  • Extension loading (#13)

Bugs Fixed

  • Relative path in connection string pointing to different locations (#188)