Skip to content

v3.2.0

Compare
Choose a tag to compare
@nhibernate-bot nhibernate-bot released this 11 Apr 13:33
· 95 commits to main since this release
94df590

As part of this release we had 40 commits which resulted in 36 issues being closed.

features

  • #492 Adding PostgreSQL 8.3 dialect
  • #562 Replace usage of GenericEnumMapper with native EnumStringType<>

improvements

  • #556 Remove unused packages and files
  • #570 Use Array.Empty() to efficiently create empty arrays
  • #571 Simplify LINQ query by dropping explicit .Where() calls
  • #572 Use pattern matching to check and perform type conversion
  • #574 Fix yoda expressions
  • #575 Convert to file scoped namespaces