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

2.0.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 10 May 04:29

Features

  • Support reading DateTime values from REAL columns (#318)
  • Include Xamarin Android and iOS in NuGet Packages (#255)
  • Sort out transactions and IsolationLevel (#214)
  • Support reading Guid values from TEXT columns (#191)
  • Support .NET Standard 1.2 (Windows 8.1 and Windows Phone 8.1) (#185)
  • Allow using an external version of sqlite3.dll (#148)
  • Move to SQLitePCL.raw (#21)
  • Custom collations (#19)

Bugs Fixed

  • Compensate for SQLitePCL.raw's lack of SafeHandles (#351)
  • "PRAGMA journal_mode" yields no results (#337)
  • App_Data no longer used on ASP.NET (#321)
  • High CPU usage during SqliteCommand.ExecuteReader() on locked table (#313)
  • Problems using winsqlite3.dll in UWP applications (#249)