Hi everyone!
We’ve released the following important platform improvements this week:
SF 2026.2
- ⚠️20260616 - Fix for overriding rdbms types for runtime configurations
-
Runtime configurations can now have a different RDBMS type than the default runtime configurations. The handling of this was not completely consistent and could result in some processes not working as intended, causing them to potentially fail or become stuck; such as the Execute source code processes. This has been fixed.
-
It is advised to install this hotfix with urgency to avoid loss of development time.
-
- 20260616 - Resolve DB2 schema object qualifier
-
For DB2, the [OQ] parameter was used to allow deviation for the object qualifier. Currently, only dots are supported and therefore these had to be replaced in all templates. This hotfix ensures the templates have this parameter replaced correctly.
-
- 20260617 - Fix for static assignment error on rename
-
The Software Factory leverages the ON UPDATE and ON DELETE CASCADE on program object related foreign key references. However, CASCADE was removed accidentally. This has been fixed and the foreign keys now have their CASCADE reinstated.
-
