Releases for RepoDb.SQLite.System
Please click here to see the actual Nuget package. Otherwise, please click here to download it.
RepoDb.SQLite.System (v1.13.1)
- Referenced the
RepoDbpackagev1.13.1.
RepoDb.SQLite.System (v1.13.1-alpha1)
- Enabled the
net7.0TFM.
RepoDb.SQLite.System (v1.13.0)
- Referenced the
RepoDbpackagev1.13.0.
RepoDb.SQLite.System (v1.13.0-beta1)
- Referenced the
RepoDbpackagev1.13.0-beta1.
RepoDb.SQLite.System (v1.13.0-alpha2)
- Referenced the
RepoDbpackagev1.13.0-alpha2.
RepoDb.SQLite.System (v1.13.0-alpha1)
- Referenced the
RepoDbpackagev1.13.0-alpha1. - Upgraded the
System.Data.SQLite.Corepackage tov1.0.116.
RepoDb.SQLite.System (v1.0.1)
- Initial release.
- Question: why to order by a field, it needs to be in the select? #963
- Supported the
.NET v6.0. - Added the
TitleandPackageTagstags in the Nuget Package (.nuspec references). - Bug: Dot in schema name #1015
- Referenced the
RepoDbpackagev1.12.10.
RepoDb.SQLite.System (v1.0.1-beta1)
- Added the 6.0 to the target frameworks.
- Upgraded the
System.Data.SQLite.Corepackage tov1.0.115.5.
RepoDb.SQLite.System (v1.0.0)
- Request: Separate the SqLite Nuget Library into 2 #880.
RepoDb.SqLite (Deprecation)
- Request: Separate the SqLite Nuget Library into 2 #880.
- Added the deprecation notice.
RepoDb.SqLite (v1.1.4)
- Upgraded the
RepoDbpackage tov1.12.8-beta5. - Upgraded the
Microsoft.Data.Sqlitepackage tov5.0.10. - Upgraded the
System.Data.SQLite.Corepackage tov1.0.115. - Added the
net5.0as part of the target frameworks. - Bug: SQLite PrimaryKey with
AUTOINCREMENTnot recognized #802 - Bug: SQLite Identity field cannot identified #790
- Enhancement: Added the SqliteTypeAttribute attribute. #884
- Enhancement: Added the TypeNameAttribute attribute. #884
- Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886
RepoDb.SqLite (v1.1.4-beta1)
- Upgraded the
RepoDbpackage tov1.12.8-beta5. - Upgraded the
Microsoft.Data.Sqlitepackage tov5.0.10. - Upgraded the
System.Data.SQLite.Corepackage tov1.0.115. - Added the
net5.0as part of the target frameworks. - Bug: SQLite PrimaryKey with
AUTOINCREMENTnot recognized #802 - Bug: SQLite Identity field cannot identified #790
- Enhancement: Added the SqliteTypeAttribute attribute. #884
- Enhancement: Added the TypeNameAttribute attribute. #884
- Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886
RepoDb.SqLite (v1.1.3)
- Referenced the version RepoDb.Core (v1.12.7).
- Referenced the version Microsoft.Data.Sqlite (v5.0.2).
RepoDb.SqLite (v1.1.2)
- Referenced the version RepoDb.Core (v1.12.5).
RepoDb.SqLite (v1.1.1)
- CancellationToken support? #343
- Referenced the version RepoDb.Core (v1.12.4).
RepoDb.SqLite (v1.1.0)
- Complete support to F# programming language as requested by the F# Community. Thank you to Isaac Abraham and Angel Munoz for being so collaborative.
- Bug: Sqlite: Guids not working in where query #593
- Bug: SqLite: Replace the
INSERT OR REPLACEwithINSERT/UPDATEstatement. #558 - Bug: Inserting only specific columns does not work on SQLite #568
- Breaking: Introduced the
fieldsargument to the fetch (i.e.: Query, ExecuteQuery and BatchQuery) and push (i.e.: Insert, Merge and Update) operations. - Breaking: Introduced the
tableNameargument to all entity based operations. This completely resolves theF#anonymous invocations. - Breaking: Renamed of argument
whereOrPrimaryKeytowhat. - Enhacement: Complete support to the immutable classes and/or types.
- Refactoring: Refactored the compiler implementations by simplifying the code from Monolithic to Smaller/Shorter/Cleaner code.
- Feature: Introduced the support to the Class Handler.
- Test: More coverage of Integration Tests and Unit Tests.
- Referenced the version RepoDb.Core (v1.12.0).
RepoDb.SqLite (v1.1.0-beta2)
- Bug: SqLite: Replace the
INSERT OR REPLACEwithINSERT/UPDATEstatement. #558 - Bug: Inserting only specific columns does not work on SQLite #568
- Bug: Nullables not working on SQLite (F#) #569
- Referenced the version RepoDb.Core (v1.12.0-beta4).
RepoDb.SqLite (v1.1.0-beta1)
- Complete support to F# programming language as requested by the F# Community. Thank you to Isaac Abraham and Angel Munoz for being so collaborative.
- Breaking: Introduced the
fieldsargument to the fetch (i.e.: Query, ExecuteQuery and BatchQuery) and push (i.e.: Insert, Merge and Update) operations. - Breaking: Introduced the
tableNameargument to all entity based operations. This completely resolves theF#anonymous invocations. - Breaking: Renamed of argument
whereOrPrimaryKeytowhat. - Enhacement: Complete support to the immutable classes and/or types.
- Refactoring: Refactored the compiler implementations by simplifying the code from Monolithic to Smaller/Shorter/Cleaner code.
- Feature: Introduced the support to the Class Handler.
- Test: More coverage of Integration Tests and Unit Tests.
- Referenced the version RepoDb.Core (v1.12.0-beta1).
RepoDb.SqLite (v1.0.16)
- Supported both the drivers from
System.Data.SQLite.CoreandMicrosoft.Data.Sqlite. - The switch from
System.Data.SQLite.CoretoMicrosoft.Data.SQLite.Coreis a pretty big breaking change #497
RepoDb.SqLite (v1.0.15)
- Updated the underlying driver from
System.Data.SQLitetoMicrosoft.Data.Sqlite.Core. - Request: RepoDb.SqLite remove dependency on
EntityFramework#486 - Bug:
NullReferenceExceptionoccurs whenInsertAllAsyncis executed on Connection that belongs toTransactionScope. #490 - Enhancement: Remove the
SchemaSeparatorproperty from theIDbSettinginterface #475 - Enhancement: Refactor the usage of
Count()andElementAt().
RepoDb.SqLite (v1.0.14)
- Referenced the version RepoDb.Core (v1.11.5).
RepoDb.SqLite (v1.0.13)
- Referenced the version RepoDb.Core (v1.11.4).
- Upgraded the reference of
System.Data.SQLiteversion1.0.113.1.
RepoDb.SqLite (v1.0.12)
- Referenced the version RepoDb.Core (v1.11.3).
RepoDb.SqLite (v1.0.11)
- Referenced the version RepoDb.Core (v1.11.2).
RepoDb.SqLite (v1.0.10)
- Referenced the version RepoDb.Core (v1.11.1).
- Upgraded the reference of
System.Data.SQLiteversion1.0.112.2.
RepoDb.SqLite (v1.0.9)
- Referenced the version RepoDb.Core (v1.10.11).
RepoDb.SqLite (v1.0.8)
- Referenced the version RepoDb.Core (v1.10.11).
RepoDb.SqLite (v1.0.7)
- Referenced the version RepoDb.Core (v1.10.10).
RepoDb.SqLite (v1.0.6)
- Referenced the version RepoDb.Core (v1.10.6).
RepoDb.SqLite (v1.0.5)
- Referenced the version RepoDb.Core (v1.10.5).
RepoDb.SqLite (v1.0.4)
- Referenced the updated version of RepoDB core library (v1.10.4).
RepoDb.SqLite (v1.0.3)
- Referenced the updated version of RepoDB core library (v1.10.3).
RepoDB (v1.10.3)
- Revert the recurrent calls to DbFieldCache.Get() in the ExecuteQuery method.
RepoDb.SqLite (v1.0.2)
- Referenced the updated version of RepoDB core library (v1.10.2).
RepoDB v1.10.2:
- Bug (Community Request): The primary field is not found exception when primary key column name is different from
Primaryattribute property name is different whileConnection.Updateis called. #356 - Bug: Set the return value of
MaxandMinoperations to object. #357 - Performance: Refactor to remove the recurrent calls to
DbFieldCache.Get()in theExecuteQuerymethod.
RepoDb.SqLite(v1.0.1)
- Referenced the updated version of RepoDB core library.
RepoDb.SqLite (v1.0.0)
- Initial release for RepoDb.SqLite.