Releases: Joy-less/SQLiteSharp
Releases · Joy-less/SQLiteSharp
v6.0
- Changed from
SQLitePCLRaw.bundle_e_sqlciphertoSQLitePCLRaw.bundle_e_sqlite3(see https://github.com/ericsink/SQLitePCL.raw/wiki/SQLite-encryption-options-for-use-with-SQLitePCLRaw) (breaking change) - Added .NET 10 target
- Fixed async enumerable reference for .NET 10
- Updated packages
v5.3
v5.2
v5.1
v5.0
- Renamed
IsImplicitAutoIncrementedtoIsImplicitAutoIncrement(breaking change) - Fixed
Execute(Expression)incorrectly calling parameterless struct constructor instead of zeroing out - Fixed strings not concatenating correctly with
+ - Added
string.Concatfor 2, 3, 4 arguments - Added support for unary
+/-operators - Made
SqliteConnectionOptions.Ormnon-nullable and set default value - Made
Orm.TypeSerializers&Orm.Defaultsettable - Made
DefaultJsonOptionsa property ofOrm - Improved some documentation comments & whitespace & syntax
v4.0
v3.2
- Updated
SQLitePCLRawto v2.1.11 - Renamed certain parameters for consistency (minor breaking change)
- Changed
IDictionaryparameters toIReadOnlyDictionary(minor breaking change) - Improved some documentation comments
- Optimized
default(type)expressions - Other minor improvements
v3.1
v3.0
- Renamed
QuoteCharparameter toquoteinSqlQuote(breaking change) - Added various method-to-SQL converters for number types
- Added type serializer for
System.Halffor.NET 8.0and.NET 9.0 - Updated
System.Text.Jsonpackage tov9.0.1 - Removed
PolySharppackage for frameworks except.NET Standard 2.0 - Improved the default JSON serializer options
- Improved initialisation of SQL converters