Skip to content

v1.0.29-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@vmelamed vmelamed released this 16 Jan 22:47
· 498 commits to master since this release

Release 1.0.29-beta:

In vm.Aspects.Model:

  • Fixed a bug in HiLoIdentityGenerator where the generated long ID-s would not go above int.MaxValue.
  • Made all reposittory tests to work with both HiLo and SQL identity providers.
  • Added new method IOrmSpecifics.GetEntitySetName. Implemented for EFRepositoryBase and for MapObjectsRepository.