Changelog-Framework
Training
LEARN BY DOING
CHOOSE YOUR PATH
Uncover all the possibilities when you build with MDriven, whether you’re just starting your career or developing new skills.
Uncover all the possibilities when you build with MDriven, whether you’re just starting your career or developing new skills.
ChangeLog - MDriven Framework
March 2024
January 2024
February 2024
December 2023
- Revision 15303 (Modified on 2023-12-29): Sorting of classes in ExpressionBuilder
DBReverse reverse updated and tested with Adventuworks
- Revision 15302 (Modified on 2023-12-27): Long time issue fixed: In SQLServer constraints are evaluated per statement and not per transaction.
This could give error on update when changing one-to-one links due to order of save (the fk being inserted prior to replaced) : Cannot insert duplicate key row in object 'someclassname' with unique index 'IX_some1to1association'. This is now solved by double pass: first update 1-1 to null , then set all values. This is all done in 1 transaction.
- Revision 15301 (Modified on 2023-12-27): RowWrap in OclEditor
- Revision 15294 (Modified on 2023-12-24): Introduction of GlobalActionAndAccessGroupRuntimeService - This service is a subscribed tracker of everything GlobalAction-related.
It handles all the complexity associated with AccessGroups/InterestGroups and limits the re-evaluations that has to be done
- Revision 15292 (Modified on 2023-12-22): Fix for the issue: <ViewModelColumn>_Style not working in the cells with controls inside.
- Revision 15291 (Modified on 2023-12-22): Fix for _Style subcolumn and check for SkipStyleLogic TV