Skip to content

YetAnotherORM 3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@JPVenson JPVenson released this 30 Mar 13:15
· 60 commits to master since this 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.