- Update to .NET 8.0.10;
- Rename
NpgSql
toNpgsql
; - Mark array types inherits from
ArrayType<T>
as obsolete, please useArrayType<T>
; - Mark
SetCustomParameter
AddCustomScalar
as obsolete, no need to call these methods; - Obsoleted types and methods will be remove from
9.0.x
.
- Optimize array extension methods;
- Add user type aliases;
- Add
array_contains
andarray_intersects
extension methods to hql query; - Add
ArrayContains
andArrayIntersects
extension method to linq query;
Please refer ArrTest for more details.
- Update Npgsql to 8.0.4;
- Map
StringArrayType
toNpgsqlDbType.Array | NpgsqlDbType.Varchar
;
- Update NHibernate to 5.5.2;
- Update Npgsql to 8.0.3;
- Update NHibernate to 5.5.1;
- Refactor to use keyed service;
- Fix json types with Npgsql 8.x release.
- Update Npgsql to 8.0.2;
- add
AddCustomScalar
andSetCustomParameter
extension method forISQLQuery
;
- Add NumericArray, thanks to Stephan !
- Update NHibernate to 5.5.0;
- Update Npgsql to 8.0.1;
- Update NUnit to 4.0.0;
- Other nuget package updates.
- Update to .NET 8.0.0;
- Update Npgsql to 8.0.0-rc.2;
- Update Npgsql to 7.0.6;
- Update Microsoft.Data.Sqlite.Core to 7.0.11;
- Update NHibernate to 5.4.6;
- Update Microsoft.NET.Test.Sdk to 17.7.2;
- Update SQLitePCLRaw.bundle_e_sqlite3 to 2.1.6;
- Update to .NET 7.0.10;
- Update NHibernate to 5.4.5;
- Update Dapper to 2.0.151;
- Update Microsoft.Data.Sqlite.Core to 7.0.10;
- Update Microsoft.NET.Test.Sdk to 17.6.3;
- Update NHibernate to 5.4.4;
- Update to .NET 7.0.9;
- Update to .NET 7.0.8;
- Update NHibernate to 5.4.3;
- Update Dapper to 2.0.143;
- Update Microsoft.NET.Test.Sdk to 17.6.3;
- Update to .NET 7.0.7;
- Update Npgsql to 7.0.4;
- Update to .NET 7.0.4;
- Update Hibernate to 5.4.2;
- Update to .NET 7.0.2;
- Update NHibernate to 5.4.1;
- Update to .NET 7.0.1;
- Update Npgsql to 7.0.1;
- Update to .NET 7.0.0;