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
RepoDb
packagev1.13.1
.
RepoDb.SQLite.System (v1.13.1-alpha1)
- Enabled the
net7.0
TFM.
RepoDb.SQLite.System (v1.13.0)
- Referenced the
RepoDb
packagev1.13.0
.
RepoDb.SQLite.System (v1.13.0-beta1)
- Referenced the
RepoDb
packagev1.13.0-beta1
.
RepoDb.SQLite.System (v1.13.0-alpha2)
- Referenced the
RepoDb
packagev1.13.0-alpha2
.
RepoDb.SQLite.System (v1.13.0-alpha1)
- Referenced the
RepoDb
packagev1.13.0-alpha1
. - Upgraded the
System.Data.SQLite.Core
package 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
Title
andPackageTags
tags in the Nuget Package (.nuspec references). - Bug: Dot in schema name #1015
- Referenced the
RepoDb
packagev1.12.10
.
RepoDb.SQLite.System (v1.0.1-beta1)
- Added the 6.0 to the target frameworks.
- Upgraded the
System.Data.SQLite.Core
package 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
RepoDb
package tov1.12.8-beta5
. - Upgraded the
Microsoft.Data.Sqlite
package tov5.0.10
. - Upgraded the
System.Data.SQLite.Core
package tov1.0.115
. - Added the
net5.0
as part of the target frameworks. - Bug: SQLite PrimaryKey with
AUTOINCREMENT
not 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
RepoDb
package tov1.12.8-beta5
. - Upgraded the
Microsoft.Data.Sqlite
package tov5.0.10
. - Upgraded the
System.Data.SQLite.Core
package tov1.0.115
. - Added the
net5.0
as part of the target frameworks. - Bug: SQLite PrimaryKey with
AUTOINCREMENT
not 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 REPLACE
withINSERT/UPDATE
statement. #558 - Bug: Inserting only specific columns does not work on SQLite #568
- Breaking: Introduced the
fields
argument to the fetch (i.e.: Query, ExecuteQuery and BatchQuery) and push (i.e.: Insert, Merge and Update) operations. - Breaking: Introduced the
tableName
argument to all entity based operations. This completely resolves theF#
anonymous invocations. - Breaking: Renamed of argument
whereOrPrimaryKey
towhat
. - 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 REPLACE
withINSERT/UPDATE
statement. #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
fields
argument to the fetch (i.e.: Query, ExecuteQuery and BatchQuery) and push (i.e.: Insert, Merge and Update) operations. - Breaking: Introduced the
tableName
argument to all entity based operations. This completely resolves theF#
anonymous invocations. - Breaking: Renamed of argument
whereOrPrimaryKey
towhat
. - 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.Core
andMicrosoft.Data.Sqlite
. - The switch from
System.Data.SQLite.Core
toMicrosoft.Data.SQLite.Core
is a pretty big breaking change #497
RepoDb.SqLite (v1.0.15)
- Updated the underlying driver from
System.Data.SQLite
toMicrosoft.Data.Sqlite.Core
. - Request: RepoDb.SqLite remove dependency on
EntityFramework
#486 - Bug:
NullReferenceException
occurs whenInsertAllAsync
is executed on Connection that belongs toTransactionScope
. #490 - Enhancement: Remove the
SchemaSeparator
property from theIDbSetting
interface #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.SQLite
version1.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.SQLite
version1.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
Primary
attribute property name is different whileConnection.Update
is called. #356 - Bug: Set the return value of
Max
andMin
operations to object. #357 - Performance: Refactor to remove the recurrent calls to
DbFieldCache.Get()
in theExecuteQuery
method.
RepoDb.SqLite(v1.0.1)
- Referenced the updated version of RepoDB core library.
RepoDb.SqLite (v1.0.0)
- Initial release for RepoDb.SqLite.