Skip to content

Releases: Joy-less/SQLiteSharp

v3.0

18 Jan 03:09
Compare
Choose a tag to compare
  • Renamed QuoteChar parameter to quote in SqlQuote (breaking change)
  • Added various method-to-SQL converters for number types
  • Added type serializer for System.Half for .NET 8.0 and .NET 9.0
  • Updated System.Text.Json package to v9.0.1
  • Removed PolySharp package for frameworks except .NET Standard 2.0
  • Improved the default JSON serializer options
  • Improved initialisation of SQL converters

v2.0

10 Jan 18:51
Compare
Choose a tag to compare
  • Fixed nullable value-types
  • Fixed null SqliteValues
  • Added support for mapping rows to value-types (with boxing)

v1.1

25 Dec 03:55
Compare
Choose a tag to compare
  • Generic RegisterType overload now requires the deserialize function return value to be of the generic type (breaking change)
  • Fixed StringBuilder incorrect default deserialization
  • Changed .sln solution file to new .slnx format

v1.0

10 Dec 15:58
Compare
Choose a tag to compare
  • Initial release