Skip to content

v3.7.0

Compare
Choose a tag to compare
@sjh37 sjh37 released this 24 Oct 21:38
· 135 commits to master since this release
  • #765 Exclude .HasColumnType for user-defined types such as Postgres PostGIS. Thanks to @afust003
  • #769 Using stored procedure OUT parameters with multiple result sets.
  • Bug fix - Non-pascal casing could potentially leave a hanging symbol. Thanks to Bryan Tichy.
  • Display name enhancements.
  • Remove DefaultCollation setting.
  • Append ";Encrypt=false;TrustServerCertificate=true" to the connection string.
  • Corrected grammar in comments.