Skip to content

CSLA 1.1.1

Choose a tag to compare

@niemyjski niemyjski released this 07 Aug 20:35
· 2017 commits to master since this release

Improvements

  • Fixed a bug where FK's to tables in the excluded list could throw a null reference exception.
  • Validation Rules now use the PropertyInfo overload instead of a string.
  • Added the DataPortal_Update() override to the EditableRootList and EditableChildList.
  • Fixed a bug where multiple QueryMethods could be generated.
  • Fixed a bug where the EditableRootList had MarkAsChild() in the constructor.
  • Fixed a bug where the DatabaseSchema was not being deep loaded properly.
  • Fixed a bug where multiple one to manys on the same FK would cause one to be added as a one to many and one to zero or one.
  • Removed support for many to many (Please contact support for more information, temp change).
  • Patch for ParameterizedSQL.cst which fixes the singleton (contrib: Jamie Clayton).
  • Updated the NameValueList Templates.
  • Removed the zip dependency.