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,Int64values are now automatically converted toboolwhen required, fixing a casting exception withAutoMapOutputDirection = 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 = truewith a custom primary key containing a column mapped asoutput. - IMPROVED: For
PostgreSQL, the binary import startup process has been optimized for additional performance gains - IMPROVED:
SQL Servercomments 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