Releases: Joy-less/SQLiteSharp
Releases · Joy-less/SQLiteSharp
v5.2
v5.1
v5.0
- Renamed
IsImplicitAutoIncremented
toIsImplicitAutoIncrement
(breaking change) - Fixed
Execute(Expression)
incorrectly calling parameterless struct constructor instead of zeroing out - Fixed strings not concatenating correctly with
+
- Added
string.Concat
for 2, 3, 4 arguments - Added support for unary
+
/-
operators - Made
SqliteConnectionOptions.Orm
non-nullable and set default value - Made
Orm.TypeSerializers
&Orm.Default
settable - Made
DefaultJsonOptions
a property ofOrm
- Improved some documentation comments & whitespace & syntax
v4.0
v3.2
- Updated
SQLitePCLRaw
to v2.1.11 - Renamed certain parameters for consistency (minor breaking change)
- Changed
IDictionary
parameters toIReadOnlyDictionary
(minor breaking change) - Improved some documentation comments
- Optimized
default(type)
expressions - Other minor improvements
v3.1
v3.0
- Renamed
QuoteChar
parameter toquote
inSqlQuote
(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 tov9.0.1
- Removed
PolySharp
package for frameworks except.NET Standard 2.0
- Improved the default JSON serializer options
- Improved initialisation of SQL converters