Releases for RepoDb.PostgreSql
Please click here to see the actual Nuget package. Otherwise, please click here to download it.
RepoDb.PostgreSql (v1.13.1)
- Could not load file or assembly ‘RepoDb.PostgreSql.dll’ #1040
- Upgraded the
Npgsql
package tov7.0.2
. - Referenced the
RepoDb
packagev1.13.1
.
RepoDb.PostgreSql (v1.13.1-alpha1)
- Enabled the
net7.0
TFM.
RepoDb.PostgreSql (v1.13.0)
- Referenced the
RepoDb
packagev1.13.0
.
RepoDb.PostgreSql (v1.13.0-beta1)
- Referenced the
RepoDb
packagev1.13.0-beta1
.
RepoDb.PostgreSql (v1.13.0-alpha2)
- Referenced the
RepoDb
packagev1.13.0-alpha2
.
RepoDb.PostgreSql (v1.13.0-alpha1)
- Referenced the
RepoDb
packagev1.13.0-alpha1
. - Upgraded the
Npgsql
package tov6.0.1
.
RepoDb.PostgreSql (v1.1.5)
- Bug: Dot in schema name #1015
- Referenced the
RepoDb
packagev1.12.10
. - Upgraded the
Npgsql
package tov6.0.3
.
RepoDb.PostgreSql (v1.1.5-beta2)
- Upgraded the
Npgsql
package. Used thev5.0.11
for FTMnetcoreapp2.0
andv6.0.0
for FTMnet5.0
andnet6.0
. - Question: why to order by a field, it needs to be in the select? #963
- Supported the
.NET v6.0
. - Complimentary support to the Enum(s) for the
RepoDb.PostgreSql.BulkOperations
package. - Added the
Title
andPackageTags
tags in the Nuget Package (.nuspec references). - Added the customized
DbParameterExtension
class to compliment the compiler’s needs for theNpgsqlParameter.NpgsqlDbType.Unknown
. - Upgraded the
Npgsql
package tov6.0.1
. - Upgraded the
RepoDb
package tov1.12.10-beta4
.
RepoDb.PostgreSql (v1.1.5-beta1)
- Initial support to PostgreSQL bulk operations.
- Enhancement: Introduced the
ClientTypeToNpgsqlDbTypeResolver
class. - Enhancement: Introduced the
PostgreSqlDbTypeNameToNpgsqlDbTypeResolver
class.
RepoDb.PostgreSql (v1.1.4)
- Added the
net5.0
as part of the target frameworks. - Upgraded the
RepoDb
package tov1.12.8-beta5
. - Upgraded the
Npgsql
package tov5.0.10
. - Bug: Does Postgresql support querying on enums in non-raw form? #787.
- Bug: CountAsync (PostgreSql) fails when querying by Enum. #798.
- Bug: Anonymous record Insert fails if no id is provided #796.
- Bug: RepoDb.Exceptions.PrimaryFieldNotFoundException: The non-identity primary field must be present during insert operation. #786.
- Bug: The ENUM type of Postgre (DB) is not being handled properly in RepoDb.PostgreSql. #395 #854.
- Bug: Exception on Merge (PostgreSQL) #776.
- Enhancement: Added the ConvertedValueAttribute attribute. #884
- Enhancement: Added the DataTypeNameAttribute attribute. #884
- Enhancement: Added the NpgsqlDbTypeAttribute attribute. #884
- Enhancement: Deprecated the NpgsqlTypeMapAttribute attribute. #884
- Enhancement: Moved the
PostgreSqlDbSetting
toRepoDb.DbSettings
namespace. - Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886
- Enhancement: Add support of NpgsqlDbType in FluentMapper #775
RepoDb.PostgreSql (v1.1.4-beta2)
- Added the
net5.0
as part of the target frameworks. - Upgraded the
RepoDb
package tov1.12.8-beta5
. - Upgraded the
Npgsql
package tov5.0.10
. - Bug: Does Postgresql support querying on enums in non-raw form? #787.
- Bug: CountAsync (PostgreSql) fails when querying by Enum. #798.
- Bug: Anonymous record Insert fails if no id is provided #796.
- Bug: RepoDb.Exceptions.PrimaryFieldNotFoundException: The non-identity primary field must be present during insert operation. #786.
- Bug: The ENUM type of Postgre (DB) is not being handled properly in RepoDb.PostgreSql. #395 #854.
- Enhancement: Added the ConvertedValueAttribute attribute. #884
- Enhancement: Added the DataTypeNameAttribute attribute. #884
- Enhancement: Added the DbTypeAttribute attribute. #884
- Enhancement: Deprecated the NpgsqlTypeMapAttribute attribute. #884
- Enhancement: Moved the
PostgreSqlDbSetting
toRepoDb.DbSettings
namespace. - Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886
RepoDb.PostgreSql (v1.1.4-beta1)
RepoDb.PostgreSql (v1.1.3)
- Referenced the version RepoDb.Core (v1.12.7).
- Referenced the version Npgsql (v5.0.2).
RepoDb.PostgreSql (v1.1.2)
- Referenced the version RepoDb.Core (v1.12.5).
RepoDb.PostgreSql (v1.1.1)
- CancellationToken support? #343
- Referenced the version RepoDb.Core (v1.12.4).
RepoDb.PostgreSql (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.
- 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.
- Enhancement: PostgreSQL - Add the
RESTART IDENTITY
in the Truncate operation. #563 - 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.PostgreSql (v1.1.0-beta2)
- Enhancement: PostgreSQL - Add the
RESTART IDENTITY
in the Truncate operation. #563 - Referenced the version RepoDb.Core (v1.12.0-beta4).
RepoDb.PostgreSql (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.PostgreSql (v1.0.12)
- 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.PostgreSql (v1.0.11)
- Referenced the version RepoDb.Core (v1.11.5).
RepoDb.PostgreSql (v1.0.10)
- Referenced the version RepoDb.Core (v1.11.4).
- Upgraded the reference of
Npgsql
version4.1.3.1
.
RepoDb.PostgreSql (v1.0.9)
- Referenced the version RepoDb.Core (v1.11.3).
RepoDb.PostgreSql (v1.0.8)
- Referenced the version RepoDb.Core (v1.11.2).
RepoDb.PostgreSql (v1.0.7)
- Referenced the version RepoDb.Core (v1.11.1).
- Bug: (Direct Reports) Fixed the issue at DeleteAll() via primary keys if the items is beyond 2100.
- Performance: Reverted the value of Constant.DefaultBatchOperationSize into 10.
RepoDb.PostgreSql (v1.0.7-beta1)
- Bug: (Direct Reports) Fixed the issue at DeleteAll() via primary keys if the items is beyond 2100.
- Performance: Reverted the value of Constant.DefaultBatchOperationSize into 10.
RepoDb.PostgreSql (v1.0.6)
- Referenced the version RepoDb.Core (v1.10.11).
RepoDb.PostgreSql (v1.0.5)
- Referenced the version RepoDb.Core (v1.10.11).
RepoDb.PostgreSql (v1.0.4)
- Referenced the version RepoDb.Core (v1.10.10).
RepoDb.PostgreSql (v1.0.3)
- Feature: Introduce PostgreSql support to
NpgsqlDbType
via PostgreSqlTypeMapAttribute attribute. #390
RepoDB (v1.10.3-beta1)
- Referenced the updated version of RepoDB core library (v1.10.4-beta1).
RepoDb.PostgreSql (v1.0.2)
- Referenced the version RepoDB v1.10.6.
RepoDb.PostgreSql(v1.0.1)
- Referenced the version RepoDB v1.10.5.
RepoDb.PostgreSql (v1.0.0)
- Initial release of RepoDb.PostgreSql.
RepoDb.PostgreSql (v1.0.0-beta1)
- Initial beta release of RepoDb.PostgreSql.
RepoDb.PostgreSql (v1.0.0-alpha1)
- Initial alpha release of RepoDb.PostgreSql.