Skip to content

Releases: JPVenson/DataAccess

YetAnotherORM 3.0

30 Mar 13:15
Compare
Choose a tag to compare
YetAnotherORM 3.0 Pre-release
Pre-release
  • Query Rework. The Query creation will now take care of reserved Identifiers by escaping them.
  • Joins. It is now possible to join tables in a query and load Navigational Properties (Entity Creator has been updated to support this)
  • Query Factorys. This feature has been Depreciated. It is no longer allowed to return a Query from an FactoryMethod
  • Code Generation. All factory code will now be created by using string builders and then pushed to the CodeDom provider. This is the first step of moving to roslyn code dom creation.