Skip to content

v1.3.13

Choose a tag to compare

@AlienEngineer AlienEngineer released this 07 Jun 10:16
· 125 commits to master since this release
  • Feature: Enable the transaction to create a lock.
  • Feature: Enable the session to execute stored procedures.
  • Scaffold Feature: IRepository extension method to access transation and acquire the lock.
  • Improvement: Scaffold business lets you choose the target folder.
  • Fix: Lock release must clear cached lock.
  • Fix: Boolean should never be stored as null.
  • Fix: StoreProcedure result was not captured.
  • Fix: After commit a close must be done.
  • Fix: Values should be null if equal to the default type value.
  • Fix: Runtime Generated assemblies use the fullname to avoid collisions.
  • Fix: Values need to be set to null when injected into db.
  • Fix: Issue #17 (Count with boolean field and other predicates miss a ')') .
  • Fix: Issue #18 (When loading a collection field it should use the matching key fields to filter the collection.)
  • Other small bug fixes