Skip to content

10.105.6.0

Latest

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 09 Jun 14:32

Download the library here

  • ADDED: New InformationSchemaManager.CloneCacheModel method that allows cloning a model from one schema/entity to another. (Documentation coming soon.)
  • FIXED: For SQLite, Int64 values are now automatically converted to bool when required, fixing a casting exception with AutoMapOutputDirection = true
  • FIXED: For SQLite, schema names are now automatically ignored since this concept does not exist in this database provider
  • FIXED: Issue when using InsertIfNotExists = true with a custom primary key containing a column mapped as output.
  • IMPROVED: For PostgreSQL, the binary import startup process has been optimized for additional performance gains
  • IMPROVED: SQL Server comments used when retrieving table information now use single-line comments (-- my comment) instead of multi-line comments (/* my comment */).
  • IMPROVED: Self-hierarchy resolution when a custom primary key is used
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of July

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions