We've released the RTM versions of LLBLGen Pro v5.11.5 and LLBLGen Pro v5.12.1!
The following changes were made in v5.11.5:
Fixes
- (Runtime Libraries) [Fixed] - Guard clause is required be present in the SingletonTypeWrapper.Equals method implementation to prevent cast issues during fast serialization in edge cases
- (Templates) [Fixed] - EF Core: using geometry type could lead to placeholder type not being replaced
Improvement
- (Runtime Libraries ) [Implemented] - Add a way to specify the comparison function between two values when setting a field value in an entity
The following changes were made in v5.12.1:
Fixes
- (Runtime Libraries) [Fixed] - Postgresql: Deletedirectly with join on related table fails due to pk filter targeting inner table
- (Templates) [Fixed] - EF Core: using geometry type could lead to placeholder type not being replaced
- (Runtime Libraries) [Fixed] - SQLServer: Inserting a SqlGeometry or SqlGeography with an SRID other than the default won't insert the SRID into the row
- (Designer Core) [Fixed] - Discriminator fields marked as readonly while not being mapped onto a readonly field could be marked as not readonly after a DB sync
Improvement
- (Runtime Libraries ) [Implemented] - Add a way to specify the comparison function between two values when setting a field value in an entity